Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Breaking: make eslint a peerDep/devDep (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Nov 9, 2018
1 parent 1d54346 commit 3b1ed17
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions package.json
Expand Up @@ -17,16 +17,6 @@
"url": "https://github.com/eslint/typescript-eslint-parser/issues"
},
"license": "BSD-2-Clause",
"devDependencies": {
"eslint-config-eslint": "4.0.0",
"eslint-plugin-node": "6.0.1",
"eslint-release": "1.1.0",
"jest": "23.1.0",
"npm-license": "0.3.3",
"shelljs": "0.8.2",
"shelljs-nodecli": "0.1.1",
"typescript": "~3.1.1"
},
"keywords": [
"ast",
"ecmascript",
Expand All @@ -48,13 +38,24 @@
"generate-rcrelease": "eslint-generate-prerelease rc",
"publish-release": "eslint-publish-release"
},
"peerDependencies": {
"eslint": ">=4.19.1",
"typescript": "*"
},
"dependencies": {
"eslint": "4.19.1",
"eslint-visitor-keys": "^1.0.0",
"typescript-estree": "5.0.0"
},
"peerDependencies": {
"typescript": "*"
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-eslint": "4.0.0",
"eslint-plugin-node": "6.0.1",
"eslint-release": "1.1.0",
"jest": "23.1.0",
"npm-license": "0.3.3",
"shelljs": "0.8.2",
"shelljs-nodecli": "0.1.1",
"typescript": "~3.1.1"
},
"jest": {
"testEnvironment": "node",
Expand Down

0 comments on commit 3b1ed17

Please sign in to comment.