Skip to content

Commit 77e9f4c

Browse files
Tyler Kellenphated
authored andcommitted
Upgrade: Update liftoff and v8flags
1 parent 4c06430 commit 77e9f4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var cli = new Liftoff({
2222
name: 'gulp',
2323
completions: completion,
2424
extensions: interpret.jsVariants,
25-
nodeFlags: v8flags.fetch()
25+
v8flags: v8flags
2626
});
2727

2828
// exit with 0 or 1

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"chalk": "^0.5.0",
3030
"gulp-util": "^3.0.0",
3131
"interpret": "^0.4.1",
32-
"liftoff": "^1.0.0",
32+
"liftoff": "^2.0.0",
3333
"minimist": "^1.1.0",
3434
"pretty-hrtime": "^0.2.0",
3535
"semver": "^4.1.0",
3636
"tildify": "^1.0.0",
37-
"v8flags": "^1.0.1"
37+
"v8flags": "^2.0.2"
3838
},
3939
"devDependencies": {
4040
"6to5": "^2.9.4",

0 commit comments

Comments
 (0)