mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2026-04-20 00:02:45 +08:00
Removed Appserver and just set it as an example
This commit is contained in:
+4
-2
@@ -33,14 +33,16 @@
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.24.1",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-loader": "^7.1.1",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-stage-2": "^6.24.1",
|
||||
"cordova": "^6.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src/www --out-file webserver.js"
|
||||
"build": "./node_modules/babel-cli/bin/babel.js src/www --out-file webserver.js"
|
||||
},
|
||||
"browser": {
|
||||
"cordova": false
|
||||
},
|
||||
"dependencies": {
|
||||
"universal-router": "^3.2.0"
|
||||
|
||||
Reference in New Issue
Block a user