We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244c387 commit 0094e85Copy full SHA for 0094e85
1 file changed
package.json
@@ -33,8 +33,8 @@
33
"jshint": "^2.7.0",
34
"mocha": "^2.2.4"
35
},
36
- "_peerDependencies": {
37
- "jscs": ">=1.8.0 <2.0"
+ "peerDependencies": {
+ "jscs": ">=1.8.0"
38
39
"scripts": {
40
"lint": "jshint lib test && jscs lib test",
0 commit comments