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:
FelisCatus 2016-03-17 13:51:54 +08:00
parent b9d0bc4598
commit 5d26aa29a7
4 changed files with 4 additions and 0 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",