Merge pull request #2215 from NativeScript/cankov/add-repo

npm install used to complain about missing repo field
This commit is contained in:
Panayot Cankov
2016-05-30 16:33:18 +03:00

View File

@ -1,4 +1,8 @@
{
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript"
},
"license": "Apache-2.0",
"devDependencies": {
"chai": "3.2.0",