Uses windshaft 0.44.1 from registry

This commit is contained in:
Raul Ochoa
2015-06-01 12:20:44 +02:00
parent 69abf8d9b1
commit 044d49c53a
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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",
+1 -1
View File
@@ -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",