Skip to content

Commit f2d7ccb

Browse files
committed
min in lib
1 parent 27c5850 commit f2d7ccb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-projects/jszip",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"author": "Stuart Knightley <stuart@stuartk.com>",
55
"description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"lint": "eslint .",
1414
"start": "web-dev-server --open",
1515
"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"
1717

1818
},
1919
"contributors": [

0 commit comments

Comments
 (0)