Skip to content

Commit

Permalink
Making winston a proper dep instead of dep dependency. Fixes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
levino committed Jan 30, 2017
1 parent edcc710 commit 759c1b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"devDependencies": {
"async": "^2.0.1",
"chai": "",
"mocha": "",
"winston": "^2.3.0"
"mocha": ""
},
"engines": {
"node": ">=0.11.0"
},
"dependencies": {
"clone": "^1.0.2"
"clone": "^1.0.2",
"winston": "^2.3.0"
}
}

0 comments on commit 759c1b5

Please sign in to comment.