We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7967f commit c46bf1aCopy full SHA for c46bf1a
bin/gulp.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
@@ -30,13 +30,13 @@
30
"deprecated": "^0.0.1",
31
"gulp-util": "^3.0.0",
32
"interpret": "^0.3.2",
33
- "liftoff": "^0.13.2",
+ "liftoff": "^2.0.1",
34
"minimist": "^1.1.0",
35
"orchestrator": "^0.3.0",
36
"pretty-hrtime": "^0.2.0",
37
"semver": "^4.1.0",
38
"tildify": "^1.0.0",
39
- "v8flags": "^1.0.1",
+ "v8flags": "^2.0.2",
40
"vinyl-fs": "^0.3.0"
41
},
42
"devDependencies": {
0 commit comments