We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c06430 commit 77e9f4cCopy full SHA for 77e9f4c
index.js
@@ -22,7 +22,7 @@ var cli = new Liftoff({
22
name: 'gulp',
23
completions: completion,
24
extensions: interpret.jsVariants,
25
- nodeFlags: v8flags.fetch()
+ v8flags: v8flags
26
});
27
28
// exit with 0 or 1
package.json
@@ -29,12 +29,12 @@
29
"chalk": "^0.5.0",
30
"gulp-util": "^3.0.0",
31
"interpret": "^0.4.1",
32
- "liftoff": "^1.0.0",
+ "liftoff": "^2.0.0",
33
"minimist": "^1.1.0",
34
"pretty-hrtime": "^0.2.0",
35
"semver": "^4.1.0",
36
"tildify": "^1.0.0",
37
- "v8flags": "^1.0.1"
+ "v8flags": "^2.0.2"
38
},
39
"devDependencies": {
40
"6to5": "^2.9.4",
0 commit comments