From e7c7878675ceea0930d044c16ea3f9c8eeec81f8 Mon Sep 17 00:00:00 2001 From: Shiva Kumar Madhavan Date: Thu, 16 Apr 2015 17:17:08 +0800 Subject: [PATCH] Updated version of dependency builtins to 1.0.1 ( inclusion of console to the built in module list ) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb3a4e7..f0c97ab 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "main": "./lib/index.js", "dependencies": { "async": "^0.9.0", - "builtins": "0.0.7", + "builtins": "1.0.1", "colors": "^1.0.3", "glob": "^4.4.0", "mkdirp": "^0.5.0",