We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f997ed commit fc37748Copy full SHA for fc37748
package.json
@@ -10,10 +10,10 @@
10
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
11
},
12
"peerDependencies": {
13
- "eslint": "^2.9.0",
14
- "eslint-plugin-import": "^1.0.0",
15
- "eslint-plugin-mocha": "^2.0.0",
16
- "eslint-plugin-springworks": "^1.1.2"
+ "eslint": ">=2.9.0",
+ "eslint-plugin-import": ">=1.0.0",
+ "eslint-plugin-mocha": ">=2.0.0",
+ "eslint-plugin-springworks": ">=1.1.2"
17
18
"devDependencies": {
19
"babel-eslint": "^6.0.4",
0 commit comments