Skip to content

Commit

Permalink
Move test packages to dev dependencies
Browse files Browse the repository at this point in the history
Mocah and Should are only used for testing purposes and absolutely do
not belong as a core dependency.

Issue #15 Modernize development environment
  • Loading branch information
slifty committed Nov 15, 2018
1 parent 4717d0b commit 889fdca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"bluebird": "^2.9.25",
"express": "^4.12.3",
"lodash": "^3.8.0",
"mocha": "^2.2.4",
"should": "^6.0.1",
"uuid": "^3.0.0"
},
"devDependencies": {},
"devDependencies": {
"mocha": "^2.2.4",
"should": "^6.0.1"
},
"description": "A distributed API for closed captioning live-streams.",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 889fdca

Please sign in to comment.