Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
deps: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skenqbx committed Oct 21, 2015
1 parent 6b8c1e6 commit 2371449
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,16 @@
},
"devDependencies": {
"changelog42": "0.7.0",
"eslint": "1.5.1",
"istanbul": "0.3.21",
"eslint": "1.7.2",
"istanbul": "0.4.0",
"mocha": "2.3.3",
"next-update": "0.9.2"
"next-update": "0.9.5"
},
"scripts": {
"lint": "eslint ./",
"test": "npm run lint && istanbul cover _mocha -- ./test",
"update": "next-update -k",
"log": "changelog42 --no-author --commit-url=https://github.com/skenqbx/rail/commit",
"clean": "rm -rf node_modules/ && rm -rf coverage/ && rm -f npm-debug.log"
},
"engines": {
"node": ">= 0.10.40 < 5.0.0"
}
}

0 comments on commit 2371449

Please sign in to comment.