Skip to content

Commit

Permalink
build: move to next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jul 13, 2023
1 parent 41d84c3 commit 80622f4
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 92 deletions.
195 changes: 107 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-broadcaster",
"version": "4.3.1",
"version": "5.0.0",
"description": "Allow send message from Javascript to Native",
"cordova": {
"id": "cordova-plugin-broadcaster",
Expand All @@ -21,10 +21,13 @@
"engines": {
"cordovaDependencies": {
"2.2.1": {
"cordova": ">3.9.0"
"cordova-android": ">3.9.0"
},
"2.3.0": {
"cordova": ">4.0.0"
"cordova-android": ">4.0.0"
},
"5.0.0": {
"cordova-android": ">9.0.0"
}
}
},
Expand All @@ -37,7 +40,7 @@
"devDependencies": {
"@types/cordova": "0.0.34",
"@types/node": "^13.9.2",
"auto-changelog": "^1.16.2",
"auto-changelog": "^2.4.0",
"typescript": "^3.8.3"
},
"scripts": {
Expand Down

0 comments on commit 80622f4

Please sign in to comment.