From 6ff1b1588460a84f8a02733db3d43508b76ef41f Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Mon, 4 Apr 2016 10:30:28 +0100 Subject: [PATCH 1/2] use loose-envify --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26068e6..4538127 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "browserify": "^9.0.3", "coveralls": "^2.11.2", "del": "2.0.2", - "envify": "3.4.0", + "loose-envify": "1.1.0", "eslint": "1.9.0", "eslint-config-semistandard": "^5.0.0", "eslint-config-standard": "^4.1.0", @@ -91,7 +91,7 @@ }, "browserify": { "transform": [ - "envify" + "loose-envify" ] } } From 40bfd502873d6fc0992c24f498008077253a629a Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Sat, 28 May 2016 00:21:01 +0200 Subject: [PATCH 2/2] Update browserify.js --- pipeline/browserify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/browserify.js b/pipeline/browserify.js index b21571c..50e7fa4 100644 --- a/pipeline/browserify.js +++ b/pipeline/browserify.js @@ -9,7 +9,7 @@ var uglify = require('gulp-uglify'); var gulp = require('gulp'); var size = require('gulp-size'); -var envify = require('envify/custom'); +var envify = require('loose-envify'); function transformBundle(root, envObject) { root = root.bundle();