Skip to content

Commit

Permalink
Update dev deps, deprecate node 0.12
Browse files Browse the repository at this point in the history
* chore(package): update mocha-eslint to version 3.0.0

* deprecate node 0.12

* bump and fix dev modules
  • Loading branch information
greenkeeperio-bot authored and eagleeye committed Aug 11, 2016
1 parent 3fc9323 commit 8368ae2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ language: node_js
node_js:
- stable
- 4
- 0.12
sudo: false
after_success: "npm run coveralls"
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@
},
"homepage": "https://github.com/debitoor/chai-subset",
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.11.3",
"istanbul": "^0.4.2",
"jscs": "^3.0.3",
"chai": "3.5.0",
"coveralls": "2.11.12",
"istanbul": "0.4.4",
"jscs": "3.0.7",
"mocha": "3.0.2",
"mocha-eslint": "^2.0.0",
"mocha-jscs": "^5.0.0"
"mocha-eslint": "3.0.0",
"mocha-jscs": "5.0.1"
},
"files": [
"lib"
]
],
"engines": {
"node": ">=4"
}
}

0 comments on commit 8368ae2

Please sign in to comment.