Added missing platform and engine constraints

This commit is contained in:
Sebastián Katzer 2016-08-03 21:55:28 +02:00
parent 846d637089
commit c47d35e288

View File

@ -14,12 +14,21 @@
], ],
"platforms": [ "platforms": [
"ios", "ios",
"android" "android",
"windows"
], ],
"engines": [ "engines": [
{ {
"name": "cordova", "name": "cordova",
"version": ">=6.0.0" "version": ">=6.0.0"
},
{
"name": "android-sdk",
"version": ">=19"
},
{
"name": "apple-ios",
"version": ">=8.0"
} }
], ],
"author": "Sebastián Katzer", "author": "Sebastián Katzer",