abao-cli 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +8 -5
package/package.json CHANGED
@@ -1,14 +1,17 @@
1
1
  {
2
2
  "name": "abao-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
- "bin": "./index.js",
6
+ "bin": {
7
+ "abao-cli": "./bin/cli.js"
8
+ },
7
9
  "scripts": {
8
- "publish": "npm publish"
10
+ "publish": "npm publish",
11
+ "unpublish": "npm unpublish"
9
12
  },
10
13
  "keywords": [],
11
- "author": "",
14
+ "author": "bao",
12
15
  "license": "ISC",
13
16
  "dependencies": {
14
17
  "cli-table": "0.3.11",
@@ -16,4 +19,4 @@
16
19
  "download-git-repo": "3.0.2",
17
20
  "inquirer": "8.2.5"
18
21
  }
19
- }
22
+ }