8000 Update: Revise for liftoff 2.0.0 · gulpjs/hacker@152d9f7 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 152d9f7

Browse files
Tyler Kellenphated
Tyler Kellen
authored andcommitted
Update: Revise for liftoff 2.0.0
1 parent 444e90b commit 152d9f7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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-
nodeFlags: ['--harmony'] // to support all flags: require('v8flags').fetch();
13+
v8flags: ['--harmony'] // to support all flags: require('v8flags').fetch();
1414
// ^ respawn node with any flag listed here
1515
}).on('require', function (name, module) {
1616
console.log('Loading:',name);

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@
3232
"task runner"
3333
],
3434
"dependencies": {
35-
"interpret": "~0.3.7",
36-
"liftoff": "~0.13.2",
37-
"minimist": "~1.1.0",
38-
"v8flags": "~1.0.1"
35+
"interpret": "~0.4.1",
36+
"liftoff": "~2.0.0",
37+
"minimist": "~1.1.0"
3938
},
4039
"devDependencies": {}
4140
}

0 commit comments

Comments
 (0)
0