aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/package.json
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2018-08-13 10:22:25 +0900
committerPrem Sichanugrist <s@sikac.hu>2018-08-13 10:22:25 +0900
commit88c4ea1d2d8267d3a6d0bfbbde1bafef79ddc298 (patch)
tree5c771634eb47f0e44e23f41d2a01f9a3b298ffc2 /actionview/package.json
parent15774d2581321565e02a75e740524cceddcf9167 (diff)
downloadrails-88c4ea1d2d8267d3a6d0bfbbde1bafef79ddc298.tar.gz
rails-88c4ea1d2d8267d3a6d0bfbbde1bafef79ddc298.tar.bz2
rails-88c4ea1d2d8267d3a6d0bfbbde1bafef79ddc298.zip
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.
Diffstat (limited to 'actionview/package.json')
-rw-r--r--actionview/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/package.json b/actionview/package.json
index 624eb5de93..1f74df79d3 100644
--- a/actionview/package.json
+++ b/actionview/package.json
@@ -30,7 +30,7 @@
},
"homepage": "http://rubyonrails.org/",
"devDependencies": {
- "coffeelint": "^1.15.7",
+ "coffeelint": "^2.1.0",
"eslint": "^2.13.1"
}
}