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