Browse Source

Lock coffeelint to ~1.11.1 to avoid function indentation issue.

See: https://github.com/clutchski/coffeelint/issues/525
Fix #672.
FelisCatus 9 years ago
parent
commit
5d26aa29a7

+ 1 - 0
omega-pac/package.json

@@ -7,6 +7,7 @@
     "chai": "~1.9.1",
     "coffee-script": "^1.7.1",
     "coffeeify": "^0.7.0",
+    "coffeelint": "~1.11.1",
     "grunt": "^0.4.5",
     "grunt-browserify": "^3.0.0",
     "grunt-coffeelint": "^0.0.13",

+ 1 - 0
omega-target-chromium-extension/package.json

@@ -7,6 +7,7 @@
     "chai": "~1.9.1",
     "coffee-script": "^1.7.1",
     "coffeeify": "^0.7.0",
+    "coffeelint": "~1.11.1",
     "grunt": "^0.4.5",
     "grunt-browserify": "^3.0.0",
     "grunt-coffeelint": "^0.0.13",

+ 1 - 0
omega-target/package.json

@@ -7,6 +7,7 @@
     "chai": "^1.10.0",
     "coffee-script": "^1.8.0",
     "coffeeify": "^0.7.0",
+    "coffeelint": "~1.11.1",
     "grunt": "^0.4.5",
     "grunt-browserify": "^3.0.0",
     "grunt-coffeelint": "^0.0.13",

+ 1 - 0
omega-web/package.json

@@ -4,6 +4,7 @@
   "private": true,
   "devDependencies": {
     "chai": "~1.9.1",
+    "coffeelint": "~1.11.1",
     "grunt": "^0.4.5",
     "grunt-autoprefixer": "^1.0.1",
     "grunt-bower-task": "^0.4.0",