mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 12:02:49 +08:00
fix(): fixed engine definition in package.json
This commit is contained in:
parent
a0be6605b7
commit
9b4a15833e
11
package.json
11
package.json
@ -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"
|
||||
},
|
||||
@ -36,4 +33,4 @@
|
||||
"url": "https://github.com/pwlin/cordova-plugin-file-opener2/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pwlin/cordova-plugin-file-opener2#readme"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user