File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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" ,
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 },
You can’t perform that action at this time.
0 commit comments