Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit beb54e1

Browse files
committed
Use coffeescript, not coffee-script
Avoids the following warning: > npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
1 parent 5eb10d3 commit beb54e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"babel-preset-env": "^1.3.2",
3333
"btoa": "^1.1.2",
3434
"cheerio": "^0.20.0",
35-
"coffee-script": "^1.10.0",
35+
"coffeescript": "^1.10.0",
3636
"cson": "^3.0.2",
3737
"debug": "^2.5.1",
3838
"detective-less": "^1.0.0",

0 commit comments

Comments
 (0)