Skip to content

Commit

Permalink
fixed npm u moving devDependency to dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-page committed Aug 9, 2016
1 parent 36425f2 commit 76161fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
],
"license": "MIT",
"dependencies": {
"mocha": "^3.0.2",
"tedious": "^1.14.0"
},
"devDependencies": {
"mocha": ">=1.6.0",
"mocha": "^3.0.2",
"simple-statistics": "^2.1.0"
},
"readmeFilename": "README.md",
Expand Down

0 comments on commit 76161fd

Please sign in to comment.