No need to use github style authenticated URLs, it can just break things.

This commit is contained in:
Eran Sandler 2014-03-05 08:46:09 +02:00
parent be0b5bb0d1
commit 98ee88c1bb

View File

@ -16,8 +16,8 @@
"angular-resource": "1.0.7",
"angular-growl": "0.3.1",
"angular-route": "1.2.7",
"pivottable": "git@github.com:arikfr/pivottable.git#master",
"cornelius": "git@github.com:restorando/cornelius.git",
"pivottable": "https://github.com/arikfr/pivottable.git",
"cornelius": "https://github.com/restorando/cornelius.git",
"gridster": "0.2.0",
"mousetrap": "~1.4.6"
},
@ -26,7 +26,6 @@
"angular-scenario": "~1.0.7"
},
"resolutions": {
"angular": "~1.2.7",
"jquery": "~1.9.1"
"angular": "~1.2.7"
}
}