issue: repository url value in package.json file was incorrect

This commit is contained in:
Ehsan Khakifirooz
2016-08-25 09:28:32 +01:00
parent e85ee3814b
commit d6d36059a8

View File

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