Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
fix(pkg): bundle deps to guarantee global install precision
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 30, 2017
1 parent 196e906 commit 3e21217
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
"which": "^1.2.14",
"yargs": "^8.0.1"
},
"bundleDependencies": [
"bluebird",
"npm-package-arg",
"which",
"yargs"
],
"devDependencies": {
"marked-man": "^0.2.1",
"nyc": "^10.3.2",
Expand Down

0 comments on commit 3e21217

Please sign in to comment.