Skip to content

Commit

Permalink
Support latest eslint-plugin-n
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed May 16, 2023
1 parent 80b9734 commit da3454f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,7 +15,7 @@
"@types/tape": "^4.13.2",
"eslint": "^8.13.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.0.0",
"tape": "^5.5.2"
},
Expand Down Expand Up @@ -51,7 +51,7 @@
"peerDependencies": {
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0"
},
"repository": {
Expand Down

0 comments on commit da3454f

Please sign in to comment.