Skip to content

Commit

Permalink
dist folder added in whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
bhar4t committed Aug 26, 2023
1 parent be59e30 commit f7ae8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "upiqr",
"version": "1.0.33",
"version": "1.0.34",
"description": "Generate NPCI's UPI QR code along with UPI intent link, By using it any payment is possible from UPI enabled apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": ["index.js", "index.d.ts", "LICENSE", "README.md", "package.json"],
"files": ["dist", "LICENSE", "README.md", "package.json"],
"scripts": {
"build": "tsc --build"
},
Expand Down

0 comments on commit f7ae8e4

Please sign in to comment.