We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97540ec commit ae34c69Copy full SHA for ae34c69
package.json
@@ -30,12 +30,12 @@
30
"browserify": "~3.30.2",
31
"chai": "^1.9.1",
32
"esprima": "^1.2.2",
33
- "jscs": ">=1.5.9 <2.0",
+ "jscs": ">=1.8.0 <2.0",
34
"jshint": "~2.5.4",
35
"mocha": "~1.17.1"
36
},
37
"peerDependencies": {
38
- "jscs": ">=1.3.0 <2.0"
+ "jscs": ">=1.8.0 <2.0"
39
40
"scripts": {
41
"lint": "jshint lib test && jscs lib test",
0 commit comments