fix(): fixed engine definition in package.json

This commit is contained in:
shnist 2018-12-12 12:38:43 +00:00
parent a0be6605b7
commit 9b4a15833e

View File

@ -22,12 +22,9 @@
"cordova-wp8", "cordova-wp8",
"cordova-windows" "cordova-windows"
], ],
"engines": [ "engines": {
{ "cordova": ">=6.0.0"
"name": "cordova", },
"version": ">=3.0.0"
}
],
"author": { "author": {
"name": "pwlin05@gmail.com" "name": "pwlin05@gmail.com"
}, },