Skip to content

Commit 5d3fed4

Browse files
committed
Update package.json
1 parent 00a0585 commit 5d3fed4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html5-qrcode",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"description": "A cross platform HTML5 QR Code & bar code scanner",
55
"main": "./cjs/index.js",
66
"module": "./esm/index.js",
@@ -28,6 +28,7 @@
2828
"build:umd_windows": ".\\scripts\\build-webpack.bat",
2929
"build:copy": "cp README.md dist && cp package.json dist && cp LICENSE dist",
3030
"build:copy_windows": "copy README.md dist && copy package.json dist && copy LICENSE dist",
31+
"internal_release": "npm run build && cp dist/html5-qrcode.min.js minified/html5-qrcode.min.js",
3132
"release": "npm run build && cp dist/html5-qrcode.min.js minified/html5-qrcode.min.js && cd dist && npm publish",
3233
"release_windows": "npm run build && cp dist\\html5-qrcode.min.js minified\\html5-qrcode.min.js && cd dist && npm publish"
3334
},

0 commit comments

Comments
 (0)