We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c5850 commit f2d7ccbCopy full SHA for f2d7ccb
dist/index-min.js renamed to lib/index-min.js
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@node-projects/jszip",
3
- "version": "4.1.2",
+ "version": "4.1.3",
4
"author": "Stuart Knightley <stuart@stuartk.com>",
5
"description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
6
"scripts": {
@@ -13,7 +13,7 @@
13
"lint": "eslint .",
14
"start": "web-dev-server --open",
15
"prepublishOnly": "npm run bundle",
16
- "bundle": "esbuild ./lib/index.js --format=esm --minify --external:pako --platform=neutral --bundle --outfile=./dist/index-min.js"
+ "bundle": "esbuild ./lib/index.js --format=esm --minify --external:pako --platform=neutral --bundle --outfile=./lib/index-min.js"
17
18
},
19
"contributors": [
0 commit comments