mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -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",
|
||||
"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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user