Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit abc2eef

Browse files
author
Axel Rindle
committed
Fixed module name.
1 parent d853518 commit abc2eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict'
33

44
// register coffee-script
5-
require('coffee-script/register')
5+
require('coffeescript/register')
66

77
// export lib
88
module.exports = require('./lib/main.coffee')

0 commit comments

Comments
 (0)