Skip to content

Commit

Permalink
Merge pull request #1 from tormozz48/fix-dependencies
Browse files Browse the repository at this point in the history
Move coveralls dependency to devDependencies section
  • Loading branch information
tormozz48 committed Nov 19, 2018
2 parents 346b23a + 5ee7d13 commit d9b2288
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 @@ -37,19 +37,19 @@
"test-unit": "mocha test",
"test": "npm run lint && npm run test-unit",
"cover": "istanbul cover _mocha test",
"coveralls": "npm i coveralls && npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-gemini-testing": "^2.8.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"sinon": "^5.0.10"
},
"dependencies": {
"bluebird": "^3.5.1",
"coveralls": "^3.0.1"
"bluebird": "^3.5.1"
}
}

0 comments on commit d9b2288

Please sign in to comment.