Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit c7ec76b

Browse filesBrowse files
author
Kai Cataldo
committed
Breaking: make eslint a peerDep/devDep
1 parent a9d932a commit c7ec76b
Copy full SHA for c7ec76b

File tree

Expand file treeCollapse file tree

1 file changed

+16
-14
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-14
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+16-14Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@
1717
"url": "https://github.com/eslint/typescript-eslint-parser/issues"
1818
},
1919
"license": "BSD-2-Clause",
20-
"devDependencies": {
21-
"eslint-config-eslint": "4.0.0",
22-
"eslint-plugin-node": "6.0.1",
23-
"eslint-release": "1.1.0",
24-
"jest": "23.1.0",
25-
"npm-license": "0.3.3",
26-
"shelljs": "0.8.2",
27-
"shelljs-nodecli": "0.1.1",
28-
"typescript": "~3.1.1"
29-
},
3020
"keywords": [
3121
"ast",
3222
"ecmascript",
@@ -48,13 +38,25 @@
4838
"generate-rcrelease": "eslint-generate-prerelease rc",
4939
"publish-release": "eslint-publish-release"
5040
},
41+
"peerDependencies": {
42+
"typescript": "*",
43+
"eslint": ">=4.19.1",
44+
"eslint-visitor-keys": ">=1.0.0"
45+
},
5146
"dependencies": {
52-
"eslint": "4.19.1",
53-
"eslint-visitor-keys": "^1.0.0",
5447
"typescript-estree": "5.0.0"
5548
},
56-
"peerDependencies": {
57-
"typescript": "*"
49+
"devDependencies": {
50+
"eslint": "^4.19.1",
51+
"eslint-config-eslint": "4.0.0",
52+
"eslint-plugin-node": "6.0.1",
53+
"eslint-release": "1.1.0",
54+
"eslint-visitor-keys": "^1.0.0",
55+
"jest": "23.1.0",
56+
"npm-license": "0.3.3",
57+
"shelljs": "0.8.2",
58+
"shelljs-nodecli": "0.1.1",
59+
"typescript": "~3.1.1"
5860
},
5961
"jest": {
6062
"testEnvironment": "node",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.