cli init
Showing
lib/index.js
deleted
100644 → 0
| { | { | ||
| "name": "nemean-cli", | "name": "nemean-cli", | ||
| "version": "1.0.4", | "version": "1.0.5", | ||
| "main": "src/index.js", | "main": "src/index.js", | ||
| "bin": "bin/npmrc.js", | |||
| "license": "ISC", | "license": "ISC", | ||
| "author": "super-lin", | "author": "super-lin", | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -13,6 +14,5 @@ | ... | @@ -13,6 +14,5 @@ | 
| "fs-extra": "^8.1.0", | "fs-extra": "^8.1.0", | ||
| "inquirer": "^7.0.0", | "inquirer": "^7.0.0", | ||
| "shelljs": "^0.8.3" | "shelljs": "^0.8.3" | ||
| }, | } | ||
| "bin": "bin/npmrc.js" | |||
| } | } | 
Please register or sign in to comment