Skip to content

Commit

Permalink
Use coffeescript instead of coffee-script
Browse files Browse the repository at this point in the history
Removes a deprecation warning
  • Loading branch information
dobbs committed Dec 9, 2018
1 parent b9e4e4b commit df744f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js 100644 → 100755
@@ -1,6 +1,6 @@
#!/usr/bin/env node
// **index.js**
require('coffee-script');
require('coffee-script/register')
require('coffeescript');
require('coffeescript/register')

module.exports = require('./cli');
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
],
"license": "MIT",
"dependencies": {
"coffee-script": "^1.12.6",
"coffeescript": "^1.12.6",
"coffee-trace": "~1.4.0",
"config-chain": "^1.1.12",
"glob": "^7.1.3",
Expand Down

0 comments on commit df744f9

Please sign in to comment.