Added missing platform and engine constraints
This commit is contained in:
parent
846d637089
commit
c47d35e288
11
package.json
11
package.json
@ -14,12 +14,21 @@
|
||||
],
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
"android",
|
||||
"windows"
|
||||
],
|
||||
"engines": [
|
||||
{
|
||||
"name": "cordova",
|
||||
"version": ">=6.0.0"
|
||||
},
|
||||
{
|
||||
"name": "android-sdk",
|
||||
"version": ">=19"
|
||||
},
|
||||
{
|
||||
"name": "apple-ios",
|
||||
"version": ">=8.0"
|
||||
}
|
||||
],
|
||||
"author": "Sebastián Katzer",
|
||||
|
Loading…
Reference in New Issue
Block a user