Skip to content

Commit 0d96385

Browse files
author
David Brockman Smoliansky
committed
Fix an issue with peer dependency version mismatch
1 parent 4a7b7f0 commit 0d96385

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,22 @@
33
"version": "2.0.2",
44
"description": "ESLint configurations used by Springworks",
55
"main": "index.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "git+https://github.com/Springworks/eslint-config-springworks.git"
6+
"author": "Springworks",
7+
"license": "MIT",
8+
"peerDependencies": {
9+
"eslint": ">=0.22.1 <1.0.0",
10+
"eslint-plugin-mocha": ">=0.2.2 <1.0.0"
911
},
1012
"keywords": [
1113
"eslint",
1214
"eslintconfig"
1315
],
14-
"author": "Springworks",
15-
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/Springworks/eslint-config-springworks.git"
19+
},
1620
"bugs": {
1721
"url": "https://github.com/Springworks/eslint-config-springworks/issues"
1822
},
19-
"homepage": "https://github.com/Springworks/eslint-config-springworks#readme",
20-
"peerDependencies": {
21-
"eslint": "^0.22.1",
22-
"eslint-plugin-mocha": "^0.2.2"
23-
},
24-
"optionalDependencies": {
25-
"babel-eslint": "^3.1.9"
26-
}
23+
"homepage": "https://github.com/Springworks/eslint-config-springworks#readme"
2724
}

0 commit comments

Comments
 (0)