Skip to content

Commit b46476d

Browse files
committed
peer depend on eslint v3
Fixes: #16
1 parent 55800a8 commit b46476d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
},
2525
"scripts": {
2626
"test": "standard && mocha tests/"
27+
},
28+
"peerDependencies": {
29+
"eslint": ">=3.0.0"
2730
}
2831
}

0 commit comments

Comments
 (0)