Browse Source

Merge branch 'bgrozev-restrict-eslint-versions'

dev1
Lyubomir Marinov 9 years ago
parent
commit
18e6f3032b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -34,7 +34,7 @@
34 34
     "babel-loader": "*",
35 35
     "babel-polyfill": "*",
36 36
     "babel-preset-es2015": "*",
37
-    "eslint": "*",
37
+    "eslint": ">=3",
38 38
     "jshint": "^2.8.0",
39 39
     "precommit-hook": "^3.0.0",
40 40
     "string-replace-loader": "*",

Loading…
Cancel
Save