From b9e87f51a0ad8fd3ae0d5753ef1bbf9613ea489c Mon Sep 17 00:00:00 2001 From: Tyler Kellen Date: Thu, 15 Jan 2015 09:36:24 -0500 Subject: [PATCH] bump liftoff and v8flags this should solve all of the wack installation issues we were seeing on windows machines, and work correctly with io.js. - v8flags is now async - v8flags caches flags at first run, not on installation - liftoff `nodeFlags` was renamed to `v8flags` for accuracy --- index.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 264e1599..47354021 100755 --- a/index.js +++ b/index.js @@ -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 diff --git a/package.json b/package.json index 8b659a10..2bb7e4ff 100644 --- a/package.json +++ b/package.json @@ -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.0" }, "devDependencies": { "6to5": "^2.9.4",