Skip to content

Commit

Permalink
Remove deprecation warning for coffeescript (#1621) r=@vladikoff
Browse files Browse the repository at this point in the history
Fixes #1611
Fixes #1618
Fixes #1556
Fixes #1598
  • Loading branch information
graingert authored and vladikoff committed Feb 7, 2018
1 parent 06b377e commit a6a133b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/grunt.js
Expand Up @@ -4,7 +4,7 @@
var path = require('path');

// This allows grunt to require() .coffee files.
require('coffee-script/register');
require('coffeescript/register');

// The module to be exported.
var grunt = module.exports = {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"tool"
],
"dependencies": {
"coffee-script": "~1.10.0",
"coffeescript": "~1.10.0",
"dateformat": "~1.0.12",
"eventemitter2": "~0.4.13",
"exit": "~0.1.1",
Expand Down

0 comments on commit a6a133b

Please sign in to comment.