Skip to content

Commit

Permalink
Remove nodeunit from dependencies
Browse files Browse the repository at this point in the history
5713f10 added nodeunit as production dependency, even though it is already listed as devDependency. This leads to lots of unnecessary packages beeing installed in production.
  • Loading branch information
squiddy authored Oct 11, 2016
1 parent 113618a commit 1ab4086
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@
"engines": {
"node": ">=0.8"
},
"dependencies": {
"nodeunit": "0.10.2"
},
"dependencies": {},
"devDependencies": {
"nodeunit": "*",
"jshint": "*",
Expand Down

0 comments on commit 1ab4086

Please # to comment.