upgrade no
Showing
{ | ||
"name": "nemean-cli", | ||
"version": "1.0.2", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"version": "1.0.4", | ||
"main": "src/index.js", | ||
"license": "ISC", | ||
"author": "super-lin", | ||
"scripts": { | ||
"postinstall": "ant-design-pro" | ||
"postinstall": "nemean-cli" | ||
}, | ||
"dependencies": { | ||
"chalk": "^2.4.2", | ||
... | ... | @@ -14,7 +14,5 @@ |
"inquirer": "^7.0.0", | ||
"shelljs": "^0.8.3" | ||
}, | ||
"bin": { | ||
"nemean": "./bin/npmrc.js" | ||
} | ||
"bin": "bin/npmrc.js" | ||
} |
Please register or sign in to comment