Skip to content

Commit

Permalink
update liftoff and v8flags to deal with new node versions and iojs
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 9, 2015
1 parent 0b7967f commit c46bf1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/gulp.js
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
Expand Up @@ -30,13 +30,13 @@
"deprecated": "^0.0.1",
"gulp-util": "^3.0.0",
"interpret": "^0.3.2",
"liftoff": "^0.13.2",
"liftoff": "^2.0.1",
"minimist": "^1.1.0",
"orchestrator": "^0.3.0",
"pretty-hrtime": "^0.2.0",
"semver": "^4.1.0",
"tildify": "^1.0.0",
"v8flags": "^1.0.1",
"v8flags": "^2.0.2",
"vinyl-fs": "^0.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit c46bf1a

Please sign in to comment.