Skip to content

Commit 7fcc0fc

Browse files
committed
chore: minor changes to the package description
1 parent 2c2265d commit 7fcc0fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@capacitor-community/device",
33
"version": "7.0.0",
4-
"description": "This plugin offers the API which has been removed from @capacitor/device plugin in v7.0 (getInfo() no longer returns diskFree, diskTotal, realDiskFree and realDiskTotal) as some apps still require this",
4+
"description": "This plugin offers the API which has been removed from @capacitor/device plugin in v7.0 (getInfo() no longer returns diskFree, diskTotal, realDiskFree and realDiskTotal)",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/esm/index.d.ts",
@@ -15,6 +15,9 @@
1515
"Package.swift",
1616
"CapacitorCommunityDevice.podspec"
1717
],
18+
"publishConfig": {
19+
"access": "public"
20+
},
1821
"author": {
1922
"name": "Alex Ryltsov",
2023
"email": "ryltsov.alex@gmail.com"

0 commit comments

Comments
 (0)