提交 88c4ea1d 编写于 作者: P Prem Sichanugrist

Update coffeelint to 2.1.0

There was a warning when running `npm install` in Action View:

    coffee-script@1.11.1: CoffeeScript on NPM has moved to
    "coffeescript" (no hyphen)

We are not requiring `coffee-script` explicitly, but `coffeelint` does.
The latest version, 2.1.0, already fix the dependency package name, so
we should upgrade to it to suppress the warning.
上级 15774d25
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
}, },
"homepage": "http://rubyonrails.org/", "homepage": "http://rubyonrails.org/",
"devDependencies": { "devDependencies": {
"coffeelint": "^1.15.7", "coffeelint": "^2.1.0",
"eslint": "^2.13.1" "eslint": "^2.13.1"
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册