Skip to content

Commit ae34c69

Browse files
author
Alexej Yaroshevich
committed
fixup jscs version to support plugins
1 parent 97540ec commit ae34c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"browserify": "~3.30.2",
3131
"chai": "^1.9.1",
3232
"esprima": "^1.2.2",
33-
"jscs": ">=1.5.9 <2.0",
33+
"jscs": ">=1.8.0 <2.0",
3434
"jshint": "~2.5.4",
3535
"mocha": "~1.17.1"
3636
},
3737
"peerDependencies": {
38-
"jscs": ">=1.3.0 <2.0"
38+
"jscs": ">=1.8.0 <2.0"
3939
},
4040
"scripts": {
4141
"lint": "jshint lib test && jscs lib test",

0 commit comments

Comments
 (0)