Update package.json

This commit is contained in:
Michael Bykovski 2017-07-11 19:50:51 +02:00
parent 41aa3f3f66
commit 8ac4c0310c

View File

@ -1,8 +1,8 @@
{
"name": "cordova-plugin-webserver",
"version": "1.0.0",
"description": "Cordova Webserver",
"homepage": "",
"description": "Cordova Plugin Webserver",
"homepage": "https://github.com/bykof/cordova-plugin-webserver/",
"author": {
"name": "Michael Bykovski"
},
@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/bykof/cordova-plugin-webserver"
},
"keywords": [
"cordova",
@ -34,6 +34,5 @@
"cordova": "^6.1.1"
},
"scripts": {
"deploy": "cd tests/app && cordova run --device"
}
}