Skip to content

Commit 762f3e5

Browse files
authored
Merge pull request #348 from vladimir-kotikov/pin_plugin_version
Add `cordovaDependencies` section to package.json
2 parents 74aeb80 + 9cb8149 commit 762f3e5

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@
2525
"cordova-ios",
2626
"cordova-windows"
2727
],
28-
"engines": [
29-
{
30-
"name": "cordova-plugman",
31-
"version": ">=5.0.0"
32-
},
33-
{
34-
"name": "cordova-android",
35-
"version": ">=5.0.0"
28+
"engines": {
29+
"cordovaDependencies": {
30+
"4.2.0": {
31+
"cordova": ">=5.0.0",
32+
"cordova-android": ">=5.0.0"
33+
},
34+
"5.0.0": {
35+
"cordova": ">=100"
36+
}
3637
}
37-
],
38+
},
3839
"author": "Rand Dusing",
3940
"license": "MIT",
4041
"bugs": {

0 commit comments

Comments
 (0)