File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const Hacker = new Liftoff({
10
10
extensions : require ( 'interpret' ) . jsVariants ,
11
11
// ^ automatically attempt to require module for any javascript variant
12
12
// 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();
14
14
// ^ respawn node with any flag listed here
15
15
} ) . on ( 'require' , function ( name , module ) {
16
16
console . log ( 'Loading:' , name ) ;
Original file line number Diff line number Diff line change 32
32
" task runner"
33
33
],
34
34
"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"
39
38
},
40
39
"devDependencies" : {}
41
40
}
You can’t perform that action at this time.
0 commit comments