From 78ca929350c3b9b5d93e06964337c009732c71e7 Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Wed, 19 Aug 2015 15:48:22 -0700 Subject: [PATCH] fix insertGlobalVars --- lib/bundle.js | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/bundle.js b/lib/bundle.js index e13bded..a48af46 100644 --- a/lib/bundle.js +++ b/lib/bundle.js @@ -23,6 +23,7 @@ * **/ var mdeps = require("module-deps"), +insertGlobals = require('insert-module-globals'), path = require("path"), fs = require("fs"), through = require("through"), diff --git a/package.json b/package.json index 411c5a4..88b5540 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "builtins": "1.0.2", "colors": "^1.1.2", "glob": "^5.0.14", + "insert-module-globals": "^6.5.2", "mkdirp": "^0.5.1", "module-deps": "^3.9.0", "ncp": "^2.0.0",