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