Skip to content

Commit 0094e85

Browse files
committed
Chore: return peerDeps since they are valid
1 parent 244c387 commit 0094e85

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
@@ -33,8 +33,8 @@
3333
"jshint": "^2.7.0",
3434
"mocha": "^2.2.4"
3535
},
36-
"_peerDependencies": {
37-
"jscs": ">=1.8.0 <2.0"
36+
"peerDependencies": {
37+
"jscs": ">=1.8.0"
3838
},
3939
"scripts": {
4040
"lint": "jshint lib test && jscs lib test",

0 commit comments

Comments
 (0)