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-windows"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"engines": {
"cordova": ">=6.0.0"
},
"author": {
"name": "pwlin05@gmail.com"
},