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

build - add envify to bundle process

This commit is contained in:
kumavis 2017-04-05 10:24:30 -07:00
parent dd6b4505f4
commit c1e14cd75b

View File

@ -33,6 +33,7 @@
] ]
} }
], ],
"envify",
"brfs" "brfs"
] ]
}, },
@ -127,6 +128,7 @@
"clone": "^1.0.2", "clone": "^1.0.2",
"deep-freeze-strict": "^1.1.1", "deep-freeze-strict": "^1.1.1",
"del": "^2.2.0", "del": "^2.2.0",
"envify": "^4.0.0",
"fs-promise": "^1.0.0", "fs-promise": "^1.0.0",
"gulp": "github:gulpjs/gulp#4.0", "gulp": "github:gulpjs/gulp#4.0",
"gulp-if": "^2.0.1", "gulp-if": "^2.0.1",