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({
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 ) ;
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments