diff --git a/LICENSE b/LICENSE index 29f81d8..04e971f 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright [qcqcqc] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/commitlint.config.js b/commitlint.config.js index 1e59b67..422b194 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1 +1 @@ -module.exports = {extends: ['@commitlint/config-conventional']}; \ No newline at end of file +module.exports = { extends: ['@commitlint/config-conventional'] }; diff --git a/package.json b/package.json index 9abd8a5..c4a17ca 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nodejstemplatets", "version": "1.0.0", "description": "Nodejs+Typescript+Eslint+Prettier+Husky项目构建", - "main": "index.js", + "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", @@ -12,7 +12,7 @@ "format": "prettier --write ./src", "prepare": "husky install" }, - "keywords": [], + "keywords": ["nodejs", "typescript", "eslint", "prettier", "husky", "template"], "author": "", "license": "ISC", "devDependencies": {