mirror of
https://github.com/yugasun/qrcode-decoder.git
synced 2026-08-13 21:12:02 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17ced673e4 | ||
|
|
c236e43f21 |
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "qrcode-decoder",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Tool for decoding qrcode",
|
||||
"main": "dist/index.js",
|
||||
"browser": "dist/index.min.js",
|
||||
@@ -9,7 +9,7 @@
|
||||
"types": "dist/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"build": "ts-node -P scripts/tsconfig.json scripts/bundle.ts commonjs,esm,aio && npm run copy-file",
|
||||
"build": "ts-node -P scripts/tsconfig.json scripts/bundle.ts commonjs,esm,aio && pnpm run dts && pnpm run copy-file",
|
||||
"dts": "tsc src/index.ts --declaration --emitDeclarationOnly --outDir './dist'",
|
||||
"prettier": "prettier --check '**/*.{ts,tsx,md}' --config .prettierrc",
|
||||
"prettier:fix": "prettier --write '**/*.{ts,tsx,md}' --config .prettierrc",
|
||||
|
||||
Reference in New Issue
Block a user