Merge pull request #3889 from bwross/master

Updating angular-strap package.json.
This commit is contained in:
Drew Freyling
2014-10-02 09:14:31 +10:00
+10 -2
View File
@@ -20,7 +20,15 @@
"repositories": [
{
"type": "git",
"url": "git://github.com/angular-strap/angular-strap.git"
"url": "git://github.com/mgcrea/angular-strap.git"
}
]
],
"autoupdate": {
"source": "git",
"target": "git://github.com/mgcrea/angular-strap.git",
"basePath": "dist/",
"files": [
"*"
]
}
}