Skip to content

Commit a256745

Browse files
committed
Remove peer dependency
Was causing `UNMET PEER DEPENDENCY eslint@>=0.8.0` errors even when on ESLint 3.19.0.
1 parent 9d4e9a5 commit a256745

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@
1919
"bugs": {
2020
"url": "https://github.com/cletusw/eslint-plugin-local-rules/issues"
2121
},
22-
"homepage": "https://github.com/cletusw/eslint-plugin-local-rules#readme",
23-
"peerDependencies": {
24-
"eslint": ">=0.8.0"
25-
}
22+
"homepage": "https://github.com/cletusw/eslint-plugin-local-rules#readme"
2623
}

0 commit comments

Comments
 (0)