Skip to content

Commit

Permalink
Merge pull request #34 from Brightspace/eslint-peer
Browse files Browse the repository at this point in the history
Make eslint a peer dependency
  • Loading branch information
AntonBazhal authored Jun 4, 2020
2 parents c6625b2 + b379e88 commit aad946e
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-config-brightspace",
"version": "0.8.0",
"version": "0.9.0",
"description": "Common Brightspace eslint configs.",
"main": "index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"url": "https://github.com/Brightspace/eslint-config-brightspace/issues"
},
"homepage": "https://github.com/Brightspace/eslint-config-brightspace",
"dependencies": {
"eslint": "^5.15.1"
"peerDependencies": {
"eslint": "^5 || ^6 || ^7"
}
}

0 comments on commit aad946e

Please sign in to comment.