Merge pull request #142 from ParanormalCoder/master

issue: repository url value in package.json file was incorrect
This commit is contained in:
David Miller
2016-09-06 21:32:16 -04:00
committed by GitHub

View File

@@ -19,6 +19,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git"
"url": "git://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git"
}
}