add repository and bugs info to package.json

This commit is contained in:
Atul Varma 2015-01-07 10:24:26 -05:00
Родитель adcc04d7bd
Коммит 693cd352e1
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -11,5 +11,12 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/xmatthewx/webmaker-addons.git"
},
"bugs": {
"url": "https://github.com/xmatthewx/webmaker-addons/issues"
}
}