+7
-26
@@ -1,29 +0,4 @@ | ||
| # [1.1.0](https://github.com/nu-system/nu-cli/compare/v1.0.6...v1.1.0) (2020-04-25) | ||
| ## 1.1.2 (2020-05-16) | ||
| ### Features | ||
| * add husky ([78270b8](https://github.com/nu-system/nu-cli/commit/78270b8ea7660f3a0556bb0a3af1272fc69488db)) | ||
| * add test config ([8651156](https://github.com/nu-system/nu-cli/commit/86511561f0366e73a1a9549a5cf6ebd87eb6d0be)) | ||
| * update react ([fed2b19](https://github.com/nu-system/nu-cli/commit/fed2b194d789ad5bd9991b536dbe944a6ae9f689)) | ||
| * 添加 commit lint ([e186dd6](https://github.com/nu-system/nu-cli/commit/e186dd6dcaac0e41511ca5d0085cb974edaee6ca)) | ||
| ## [1.0.6](https://github.com/nu-system/nu-cli/compare/v1.0.5...v1.0.6) (2020-04-15) | ||
| ## [1.0.5](https://github.com/nu-system/nu-cli/compare/v1.0.4...v1.0.5) (2020-04-15) | ||
| ### Features | ||
| * add react ([5ef4f34](https://github.com/nu-system/nu-cli/commit/5ef4f3434d268f512b3a06fbedb08c9e6e5fde50)) | ||
| ## [1.0.4](https://github.com/nu-system/nu-cli/compare/93e54a5d736cc87fef229188c1cd303c67ca56e4...v1.0.4) (2020-04-15) | ||
| ### Bug Fixes | ||
@@ -36,6 +11,12 @@ | ||
| * add husky ([78270b8](https://github.com/nu-system/nu-cli/commit/78270b8ea7660f3a0556bb0a3af1272fc69488db)) | ||
| * add react ([5ef4f34](https://github.com/nu-system/nu-cli/commit/5ef4f3434d268f512b3a06fbedb08c9e6e5fde50)) | ||
| * add test config ([8651156](https://github.com/nu-system/nu-cli/commit/86511561f0366e73a1a9549a5cf6ebd87eb6d0be)) | ||
| * update ([93e54a5](https://github.com/nu-system/nu-cli/commit/93e54a5d736cc87fef229188c1cd303c67ca56e4)) | ||
| * update react ([fed2b19](https://github.com/nu-system/nu-cli/commit/fed2b194d789ad5bd9991b536dbe944a6ae9f689)) | ||
| * 发布新版本 ([cfc8448](https://github.com/nu-system/nu-cli/commit/cfc84484b6186f81d9610e56c83562041fe108bf)) | ||
| * 更新files ([0effa18](https://github.com/nu-system/nu-cli/commit/0effa18065333d869500f7a50c69c5fda1293673)) | ||
| * 添加 commit lint ([e186dd6](https://github.com/nu-system/nu-cli/commit/e186dd6dcaac0e41511ca5d0085cb974edaee6ca)) | ||
+1
-1
| { | ||
| "name": "@_nu/cli", | ||
| "version": "1.1.0", | ||
| "version": "1.1.2", | ||
| "description": "🛠️ Standard Tooling for nu-system component development", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+1
-1
@@ -24,3 +24,3 @@ const chalk = require('chalk'); | ||
| // 包名,也是文件夹的名字 | ||
| const dirName = `${this.options.componentType}-${this.options.componentName}`; | ||
| const dirName = `${this.options.componentType}-${this.options.componentName.toLowerCase()}`; | ||
| const builder = require('./builder.js'); | ||
@@ -27,0 +27,0 @@ console.log(`\n👉 [${dirName}] is building...`); |
37670
-0.69%