Skip to content

Commit

Permalink
Fix not installing properly
Browse files Browse the repository at this point in the history
Major oversight by me, added yargs to devdependencies instead of regular
dependencies, and therefore everything stopped working. Whoops.
  • Loading branch information
sondr3 committed Apr 14, 2016
1 parent abb65bd commit 94d0c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"globule": "^0.2.0",
"lodash": "^4.6.1",
"shelljs": "^0.6.0",
"yargs": "^4.6.0",
"yeoman-generator": "^0.22.5",
"yosay": "^1.1.0"
},
Expand All @@ -47,7 +48,6 @@
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0",
"yargs": "^4.6.0",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.1.0",
"yo": "^1.7.0"
Expand Down

0 comments on commit 94d0c54

Please sign in to comment.