Update package.json
This commit is contained in:
parent
41aa3f3f66
commit
8ac4c0310c
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user