commander-practice 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -0
  2. package/package.json +4 -3
package/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "commander-practice",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
+ "bin": "./index.js",
6
7
  "scripts": {
7
8
  "start": "ts-node src/index.ts --first",
8
- "build": "rm -rf dist && npm version patch && tsc && cp package.json README.md ./dist",
9
- "release": "npm run build && cd ./dist && npm publish",
9
+ "build": "rm -rf dist && tsc && cp package.json README.md ./dist",
10
+ "release": "npm version patch && npm run build && cd ./dist && npm publish",
10
11
  "test": "echo \"Error: no test specified\" && exit 1"
11
12
  },
12
13
  "keywords": [],