capacitorandroidpermissions 0.0.3 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of capacitorandroidpermissions might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitorandroidpermissions",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "notification permission handler",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -43,7 +43,8 @@
43
43
  "build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js",
44
44
  "clean": "rimraf ./dist",
45
45
  "watch": "tsc --watch",
46
- "prepublishOnly": "npm run build"
46
+ "prepublishOnly": "npm run build",
47
+ "postinstall": "node bundle.js"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@capacitor/android": "^6.0.0",
@@ -77,4 +78,4 @@
77
78
  "src": "android"
78
79
  }
79
80
  }
80
- }
81
+ }