Skip to content

Commit

Permalink
adds missing transitive dependencies that are used directly in the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Sep 23, 2016
1 parent d4b2f70 commit 098207e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"temp": "^0.8.3",
"when": "^3.7.2",
"xtend": "^4.0.0",
"yargs": "^5.0.0"
"yargs": "^5.0.0",
"yeoman-environment": "^1.6.4"
},
"devDependencies": {
"babel-cli": "^6.10.1",
Expand All @@ -96,6 +97,7 @@
"istanbul": "^0.3.22",
"mocha": "^3.0.2",
"mock-fs": "^3.11.0",
"particle-library-manager": "0.0.5",
"proxyquire": "^1.6.0",
"rimraf-promise": "^2.0.0",
"should": "^7.0.2",
Expand Down

0 comments on commit 098207e

Please sign in to comment.