Merge pull request #297 from jcesarmobile/CB-13515

CB-13515 (all): Add 'protective' entry to cordovaDependencies
This commit is contained in:
Steve Gill 2017-11-01 13:39:41 -07:00 committed by GitHub
commit 43b3a911c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,9 @@
"cordovaDependencies": {
"3.0.0": {
"cordova-android": ">=6.3.0"
},
"4.0.0": {
"cordova": ">100"
}
}
},