Skip to content

Commit

Permalink
pkgs: cleanup deps (drop esprima, update mocha, etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexej Yaroshevich committed Nov 27, 2014
1 parent a4e4f3c commit 5c83490
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,17 @@
"jsdoctypeparser": "^1.1.3"
},
"devDependencies": {
"browserify": "~3.30.2",
"chai": "^1.9.1",
"esprima": "^1.2.2",
"jscs": ">=1.8.0 <2.0",
"jshint": "~2.5.4",
"mocha": "~1.17.1"
"chai": "^1.10.0",
"jscs": "^1.8.0",
"jshint": "^2.5.10",
"mocha": "^2.0.1"
},
"peerDependencies": {
"jscs": ">=1.8.0 <2.0"
},
"optionalDependencies": {
"browserify": "^6.3.3"
},
"scripts": {
"lint": "jshint lib test && jscs lib test",
"test": "npm run lint && mocha",
Expand Down

0 comments on commit 5c83490

Please sign in to comment.