Skip to content

Commit

Permalink
Upgrade: devDependencies to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Mar 12, 2016
1 parent 0ca9b08 commit 888c30b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "npm run lint && npm run unit-test --coverage && npm run check-coverage",
"lint": "eslint ./",
"unit-test": "istanbul cover --dir build/coverage node_modules/mocha/bin/_mocha tests/**/*.js --report lcovonly -- --recursive",
"unit-test": "istanbul cover --dir build/coverage node_modules/mocha/bin/_mocha tests/**/*.js --report lcovonly -- --recursive --include-all-sources",
"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100 --lines 100",
"report-coverage-html": "istanbul report --dir build/coverage html",
"preversion": "npm test",
Expand All @@ -17,12 +17,12 @@
"lib/"
],
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.4",
"eslint": "^2.2.0",
"istanbul": "^0.3.0",
"mocha": "^2.3.0",
"mocha-lcov-reporter": "^1.0.0"
"chai": "^3.5.0",
"coveralls": "^2.11.8",
"eslint": "^2.4.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0"
},
"peerDepencencies": {
"eslint": ">=1.3.0"
Expand Down

0 comments on commit 888c30b

Please sign in to comment.