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
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Nov 7, 2018
1 parent a9d932a commit c7ec76b
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
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,25 @@
"generate-rcrelease": "eslint-generate-prerelease rc",
"publish-release": "eslint-publish-release"
},
"peerDependencies": {
"typescript": "*",
"eslint": ">=4.19.1",
"eslint-visitor-keys": ">=1.0.0"
},
"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",
"eslint-visitor-keys": "^1.0.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 c7ec76b

Please sign in to comment.