Skip to content

Commit 5fb7613

Browse files
authored
Merge pull request #17 from xjamundx/feross/eslint3
peer depend on eslint v3
2 parents 55800a8 + b46476d commit 5fb7613

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)