Skip to content

Commit

Permalink
fix: add missing deps (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 authored and popomore committed Mar 8, 2017
1 parent af5af6a commit 86ebc75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"istanbul": "^0.4.5",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"mz": "^2.6.0",
"power-assert": "^1.4.2",
"rimraf": "^2.6.1",
"ypkgfiles": "^1.1.0",
"yargs": "^6.6.0"
"yargs": "^6.6.0",
"ypkgfiles": "^1.1.0"
},
"devDependencies": {
"autod": "^2.7.1",
Expand Down

0 comments on commit 86ebc75

Please sign in to comment.