Skip to content

Commit

Permalink
fix(): command for component
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 18, 2017
1 parent 6956f85 commit 4881572
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
"url": "https://github.com/Syncano/syncano-node-cli.git"
},
"bin": {
"s": "./lib/cli.js",
"syncano-cli": "./lib/cli.js",
"syncano-cli-hosting": "./lib/cli-hosting.js",
"s-hosting": "./lib/cli-hosting.js",
"syncano-cli-component": "./lib/cli-component.js",
"s": "./lib/cli.js",
"s-hosting": "./lib/cli-hosting.js"
"s-component": "./lib/cli-component.js"
},
"bugs": {
"url": "https://github.com/Syncano/syncano-node-cli/issues"
Expand Down

0 comments on commit 4881572

Please sign in to comment.