@iqx-limited/quick-pdf 1.3.3 → 1.3.4

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iqx-limited/quick-pdf",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "author": "IQX",
5
5
  "description": "Converting PDFs to images (📃 to 📸)",
6
6
  "type": "module",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "repository": "https://github.com/IQXLimited/quickpdf",
35
35
  "scripts": {
36
- "preinstall": "npx puppeteer browsers install",
36
+ "prepare": "npx puppeteer browsers install",
37
37
  "build": "npm ci --no-audit && rollup -c",
38
38
  "lint": "npx --yes eslint",
39
39
  "test": "npm run build && node test/test-cjs.cjs && node test/test-esm.mjs",