Add a repository field to bower.json

This commit is contained in:
Nicolas McCurdy 2014-12-11 22:06:46 -05:00
parent dba1ce0c75
commit b2df8ba4c3

View File

@ -2,6 +2,10 @@
"name": "skeleton",
"version": "2.0.1",
"homepage": "http://getskeleton.com/",
"repository": {
"type": "git",
"url": "https://github.com/dhg/Skeleton"
},
"authors": [
"Dave Gamache <hello@davegamache.com> (http://davegamache.com/)"
],