Skip to content

Commit

Permalink
add dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Tiertant committed Apr 13, 2018
1 parent 2a0a8ba commit e25c6b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"bugs": {
"url": "https://github.com/Atlantis-Software/streamize/issues"
},
"dependencies": {
},
"dependencies": {},
"deprecated": false,
"description": "stream helper for NodeJs",
"devDependencies": {
"mocha": "~5.1.0"
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "~5.1.0",
"mocha-lcov-reporter": "^1.3.0"
},
"engines": {
"node": ">= 6.0.0"
Expand Down

0 comments on commit e25c6b7

Please sign in to comment.