Skip to content

Commit

Permalink
v3.7.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed May 20, 2020
1 parent e79f72c commit 947798b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-compat",
"version": "3.7.0-0",
"version": "3.7.0-1",
"description": "Lint browser compatibility of API used",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -60,10 +60,10 @@
"semver": "7.3.2"
},
"peerDependencies": {
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
"eslint": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
},
"engines": {
"node": ">=8.x"
"node": ">=9.x"
},
"collective": {
"type": "opencollective",
Expand Down

0 comments on commit 947798b

Please sign in to comment.