We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e965302 commit 8144a8cCopy full SHA for 8144a8c
bin/hacker.js
@@ -10,7 +10,7 @@ const Hacker = new Liftoff({
10
extensions: require('interpret').jsVariants,
11
// ^ automatically attempt to require module for any javascript variant
12
// supported by interpret. e.g. coffee-script / livescript, etc
13
- v8flags: ['--harmony'] // to support all flags: require('v8flags') pull;
+ v8flags: ['--harmony'] // to support all flags: require('v8flags')
14
// ^ respawn node with any flag listed here
15
}).on('require', function (name, module) {
16
console.log('Loading:',name);
index.js
@@ -1 +1,2 @@
1
// your program here
2
+module.exports = require('./package');
0 commit comments