Skip to content

Commit

Permalink
Upgrade: Update liftoff and v8flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen authored and phated committed Dec 21, 2017
1 parent 4c06430 commit 77e9f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var cli = new Liftoff({
name: 'gulp',
completions: completion,
extensions: interpret.jsVariants,
nodeFlags: v8flags.fetch()
v8flags: v8flags
});

// exit with 0 or 1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"chalk": "^0.5.0",
"gulp-util": "^3.0.0",
"interpret": "^0.4.1",
"liftoff": "^1.0.0",
"liftoff": "^2.0.0",
"minimist": "^1.1.0",
"pretty-hrtime": "^0.2.0",
"semver": "^4.1.0",
"tildify": "^1.0.0",
"v8flags": "^1.0.1"
"v8flags": "^2.0.2"
},
"devDependencies": {
"6to5": "^2.9.4",
Expand Down

0 comments on commit 77e9f4c

Please sign in to comment.