|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "@jianyu/cli",
|
|
"name": "@jianyu/cli",
|
|
- "version": "0.2.2",
|
|
|
|
|
|
+ "version": "0.2.3",
|
|
"description": "剑鱼前端脚手架,提供项目初始化、包更新等基础能力",
|
|
"description": "剑鱼前端脚手架,提供项目初始化、包更新等基础能力",
|
|
"author": "zhangyuhan",
|
|
"author": "zhangyuhan",
|
|
"keywords": [
|
|
"keywords": [
|
|
@@ -75,7 +75,8 @@
|
|
"posttest": "yarn lint",
|
|
"posttest": "yarn lint",
|
|
"prepack": "yarn build && oclif manifest && oclif readme",
|
|
"prepack": "yarn build && oclif manifest && oclif readme",
|
|
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
- "version": "oclif readme && git add README.md"
|
|
|
|
|
|
+ "version": "oclif readme && git add README.md",
|
|
|
|
+ "cz": "node ./bin/cz"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
"node": ">=12.0.0"
|