Browse Source

Updates to >= to match versions of 3+

master
yanas 8 years ago
parent
commit
cf38fde207
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -54,7 +54,7 @@
54 54
     "babel-preset-es2015": "6.14.0",
55 55
     "clean-css": "*",
56 56
     "css-loader": "*",
57
-    "eslint": "~3",
57
+    "eslint": ">=3",
58 58
     "eslint-plugin-jsdoc": "*",
59 59
     "eslint-plugin-react": "*",
60 60
     "eslint-plugin-react-native": "*",

Loading…
Cancel
Save