mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
Lock coffeelint to ~1.11.1 to avoid function indentation issue.
See: https://github.com/clutchski/coffeelint/issues/525 Fix #672.
This commit is contained in:
parent
b9d0bc4598
commit
5d26aa29a7
@ -7,6 +7,7 @@
|
|||||||
"chai": "~1.9.1",
|
"chai": "~1.9.1",
|
||||||
"coffee-script": "^1.7.1",
|
"coffee-script": "^1.7.1",
|
||||||
"coffeeify": "^0.7.0",
|
"coffeeify": "^0.7.0",
|
||||||
|
"coffeelint": "~1.11.1",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-browserify": "^3.0.0",
|
"grunt-browserify": "^3.0.0",
|
||||||
"grunt-coffeelint": "^0.0.13",
|
"grunt-coffeelint": "^0.0.13",
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
"chai": "~1.9.1",
|
"chai": "~1.9.1",
|
||||||
"coffee-script": "^1.7.1",
|
"coffee-script": "^1.7.1",
|
||||||
"coffeeify": "^0.7.0",
|
"coffeeify": "^0.7.0",
|
||||||
|
"coffeelint": "~1.11.1",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-browserify": "^3.0.0",
|
"grunt-browserify": "^3.0.0",
|
||||||
"grunt-coffeelint": "^0.0.13",
|
"grunt-coffeelint": "^0.0.13",
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
"chai": "^1.10.0",
|
"chai": "^1.10.0",
|
||||||
"coffee-script": "^1.8.0",
|
"coffee-script": "^1.8.0",
|
||||||
"coffeeify": "^0.7.0",
|
"coffeeify": "^0.7.0",
|
||||||
|
"coffeelint": "~1.11.1",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-browserify": "^3.0.0",
|
"grunt-browserify": "^3.0.0",
|
||||||
"grunt-coffeelint": "^0.0.13",
|
"grunt-coffeelint": "^0.0.13",
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "~1.9.1",
|
"chai": "~1.9.1",
|
||||||
|
"coffeelint": "~1.11.1",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-autoprefixer": "^1.0.1",
|
"grunt-autoprefixer": "^1.0.1",
|
||||||
"grunt-bower-task": "^0.4.0",
|
"grunt-bower-task": "^0.4.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user