From e89844fa789848ddf0a7a319613582bfdb708a5d Mon Sep 17 00:00:00 2001 From: LorenzIndus Date: Wed, 17 Dec 2014 08:48:01 -0600 Subject: [PATCH] update version of builtins in deps Get the fix they did to include the "constants" builtin module. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06e1d9a..b770dfb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "main": "./lib/index.js", "dependencies": { "async": "~0.2.10", - "builtins": "0.0.5", + "builtins": "0.0.7", "colors": "~0.6.2", "glob": "~3.2.9", "mkdirp": "~0.3.5",