Skip to content

Commit 5c83490

Browse files
author
Alexej Yaroshevich
committed
pkgs: cleanup deps (drop esprima, update mocha, etc)
1 parent a4e4f3c commit 5c83490

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,17 @@
2727
"jsdoctypeparser": "^1.1.3"
2828
},
2929
"devDependencies": {
30-
"browserify": "~3.30.2",
31-
"chai": "^1.9.1",
32-
"esprima": "^1.2.2",
33-
"jscs": ">=1.8.0 <2.0",
34-
"jshint": "~2.5.4",
35-
"mocha": "~1.17.1"
30+
"chai": "^1.10.0",
31+
"jscs": "^1.8.0",
32+
"jshint": "^2.5.10",
33+
"mocha": "^2.0.1"
3634
},
3735
"peerDependencies": {
3836
"jscs": ">=1.8.0 <2.0"
3937
},
38+
"optionalDependencies": {
39+
"browserify": "^6.3.3"
40+
},
4041
"scripts": {
4142
"lint": "jshint lib test && jscs lib test",
4243
"test": "npm run lint && mocha",

0 commit comments

Comments
 (0)