From 044d49c53a955801c87548b8c01b71cc07fa253f Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 1 Jun 2015 12:20:44 +0200 Subject: [PATCH] Uses windshaft 0.44.1 from registry --- npm-shrinkwrap.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 88f647f1..132524e0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -297,7 +297,7 @@ "dependencies": { "ansi-regex": { "version": "1.1.1", - "from": "ansi-regex@^1.0.0", + "from": "ansi-regex@^1.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz" }, "get-stdin": { @@ -314,7 +314,7 @@ "dependencies": { "ansi-regex": { "version": "1.1.1", - "from": "ansi-regex@^1.0.0", + "from": "ansi-regex@1.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz" } } @@ -477,8 +477,8 @@ }, "windshaft": { "version": "0.44.1", - "from": "https://github.com/CartoDB/Windshaft/tarball/master", - "resolved": "https://github.com/CartoDB/Windshaft/tarball/master", + "from": "windshaft@0.44.1", + "resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.44.1.tgz", "dependencies": { "chronograph": { "version": "0.1.0", diff --git a/package.json b/package.json index 5f06916b..e1fe26b0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "underscore" : "~1.6.0", "dot": "~1.0.2", - "windshaft": "https://github.com/CartoDB/Windshaft/tarball/master", + "windshaft": "0.44.1", "step": "~0.0.5", "queue-async": "~1.0.7", "request": "~2.9.203",