Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from dabapps/peer-dependency-upgrade
Browse files Browse the repository at this point in the history
Eslint peer dependency upgrade
  • Loading branch information
Nikolaev Tomov authored Mar 12, 2021
2 parents 50ae1ce + f46dcb4 commit 9af6153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-dabapps",
"version": "1.0.0",
"version": "1.0.1",
"description": "Custom DabApps ESLint rules",
"main": "src/index.js",
"directories": {},
Expand Down Expand Up @@ -29,7 +29,6 @@
"url": "https://github.com/dabapps/eslint-plugin-dabapps/issues"
},
"homepage": "https://github.com/dabapps/eslint-plugin-dabapps#readme",
"dependencies": {},
"devDependencies": {
"@types/jest": "^25.1.4",
"ajv": "^6.12.0",
Expand All @@ -41,6 +40,6 @@
"webpack": "^4.42.1"
},
"peerDependencies": {
"eslint": "6"
"eslint": "6 || 7"
}
}

0 comments on commit 9af6153

Please sign in to comment.