Skip to content

Commit 8144a8c

Browse files
Tyler Kellenphated
authored andcommitted
Scaffold: Cleanup and export package
1 parent e965302 commit 8144a8c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/hacker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Hacker = new Liftoff({
1010
extensions: require('interpret').jsVariants,
1111
// ^ automatically attempt to require module for any javascript variant
1212
// supported by interpret. e.g. coffee-script / livescript, etc
13-
v8flags: ['--harmony'] // to support all flags: require('v8flags') pull;
13+
v8flags: ['--harmony'] // to support all flags: require('v8flags')
1414
// ^ respawn node with any flag listed here
1515
}).on('require', function (name, module) {
1616
console.log('Loading:',name);

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
// your program here
2+
module.exports = require('./package');

0 commit comments

Comments
 (0)