@node-projects/jszip 4.1.2 → 4.1.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-projects/jszip",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "author": "Stuart Knightley <stuart@stuartk.com>",
5
5
  "description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "lint": "eslint .",
14
14
  "start": "web-dev-server --open",
15
15
  "prepublishOnly": "npm run bundle",
16
- "bundle": "esbuild ./lib/index.js --format=esm --minify --external:pako --platform=neutral --bundle --outfile=./dist/index-min.js"
16
+ "bundle": "esbuild ./lib/index.js --format=esm --minify --external:pako --platform=neutral --bundle --outfile=./lib/index-min.js"
17
17
 
18
18
  },
19
19
  "contributors": [
File without changes