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",