Skip to content

Commit

Permalink
feat(CLI): Ensure the cli is installed globally
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Jul 20, 2017
1 parent 95fec55 commit 9c52d42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "create-ts-lib",
"version": "0.0.1",
"description": "Create your TypeScript module with no nuild configuration",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -31,6 +30,14 @@
"url": "https://github.com/emyann/typescript-webpack-starter/issues"
},
"homepage": "https://github.com/emyann/typescript-webpack-starter#readme",
"files": [
"index.js",
"createTsLib.js"
],
"preferGlobal": true,
"bin": {
"create-ts-lib": "./index.js"
},
"dependencies": {
"chalk": "^2.0.1",
"commander": "^2.11.0",
Expand Down

0 comments on commit 9c52d42

Please sign in to comment.