Skip to content

Commit d178f7c

Browse files
committed
chore(bin): add correct bin command
1 parent b74fe2d commit d178f7c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,26 @@
3131
"semantic-release": "semantic-release"
3232
},
3333
"bin": {
34-
"replace-json-property": "./bin/replace-json-property.bin.js",
35-
"rjp": "./bin/replace-json-property.bin.js"
34+
"node-command-line-starter": "./bin/order.bin.js",
35+
"restaurant": "./bin/order.bin.js"
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/kreuzerk/replace-json-property.git"
39+
"url": "git+https://github.com/kreuzerk/node-command-line-starter.git"
4040
},
4141
"keywords": [
4242
"CLI",
4343
"Replace",
4444
"JSON",
45-
"Buildtool"
45+
"Buildtool",
46+
"Starter"
4647
],
4748
"author": "Kevin Kreuzer",
4849
"license": "MIT",
4950
"bugs": {
50-
"url": "https://github.com/kreuzerk/replace-json-property/issues"
51+
"url": "https://github.com/kreuzerk/node-command-line-starter/issues"
5152
},
52-
"homepage": "https://github.com/kreuzerk/replace-json-property#readme",
53+
"homepage": "https://github.com/kreuzerk/node-command-line-starter#readme",
5354
"dependencies": {
5455
"boxen": "^2.1.0",
5556
"commander": "^2.19.0",

0 commit comments

Comments
 (0)