1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

fix npm ci bug (version mismatch)

This commit is contained in:
pldespaigne 2019-04-11 12:17:18 +02:00
parent dc4c40414e
commit 0c5d9fc58d

11
package-lock.json generated
View File

@ -20690,13 +20690,14 @@
"dev": true
},
"gulp": {
"version": "github:gulpjs/gulp#55eb23a268dcc7340bb40808600fd4802848c06f",
"version": "4.0.0",
"resolved": "github:gulpjs/gulp#55eb23a268dcc7340bb40808600fd4802848c06f",
"dev": true,
"requires": {
"glob-watcher": "5.0.1",
"gulp-cli": "2.0.1",
"undertaker": "1.2.0",
"vinyl-fs": "3.0.3"
"glob-watcher": "^5.0.0",
"gulp-cli": "^2.0.0",
"undertaker": "^1.0.0",
"vinyl-fs": "^3.0.0"
},
"dependencies": {
"gulp-cli": {