Skip to content

Commit 0a4bfe1

Browse files
authored
chore: Update package to 8.0.0-dev (#899)
1 parent 49438de commit 0a4bfe1

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

package-lock.json

+7-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-camera",
3-
"version": "7.0.1-dev",
3+
"version": "8.0.0-dev",
44
"description": "Cordova Camera Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {
@@ -57,6 +57,11 @@
5757
"cordova": ">=9.0.0"
5858
},
5959
"8.0.0": {
60+
"cordova-android": ">=12.0.0",
61+
"cordova-ios": ">=5.1.0",
62+
"cordova": ">=9.0.0"
63+
},
64+
"9.0.0": {
6065
"cordova": ">100"
6166
}
6267
}

0 commit comments

Comments
 (0)