1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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.
This commit is contained in:
Prem Sichanugrist 2018-08-13 10:22:25 +09:00
parent 15774d2581
commit 88c4ea1d2d

View file

@ -30,7 +30,7 @@
},
"homepage": "http://rubyonrails.org/",
"devDependencies": {
"coffeelint": "^1.15.7",
"coffeelint": "^2.1.0",
"eslint": "^2.13.1"
}
}