Skip to content

Commit

Permalink
Update coffeelint to 2.1.0
Browse files Browse the repository at this point in the history
There was a warning when running `npm install` in Action View:

    [email protected]: 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.
  • Loading branch information
sikachu committed Aug 13, 2018
1 parent 15774d2 commit 88c4ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "http://rubyonrails.org/",
"devDependencies": {
"coffeelint": "^1.15.7",
"coffeelint": "^2.1.0",
"eslint": "^2.13.1"
}
}

0 comments on commit 88c4ea1

Please sign in to comment.