Skip to content

Commit

Permalink
fix: add livescript in default modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Feb 9, 2018
1 parent c90c453 commit a315eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/API/Modules/Modularizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var KNOWN_MODULES = {
'v8-profiler': {name: 'v8-profiler-node8'},
'profiler': {name: 'v8-profiler-node8'},
'typescript': {dependencies: [{name: 'typescript'}, {name: 'ts-node@latest'}]},
'livescript': {name: 'livescript'},
'coffee-script': {name: 'coffee-script', message: 'Coffeescript v1 support'},
'coffeescript': {name: 'coffeescript', message: 'Coffeescript v2 support'}
};
Expand Down

0 comments on commit a315eeb

Please sign in to comment.