Skip to content

Commit 0d7642f

Browse files
authored
Update package name and version in package.json
1 parent a52dc0f commit 0d7642f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "iranian-bank-list",
3-
"version": "1.2.0",
2+
"name": "@masihgh/iranian-bank-list",
3+
"version": "1.2.1",
44
"description": "A Javascript library to identify Iranian banks based on card numbers (first 6 digits) and IBANs. It also includes utility functions to validate card numbers and IBANs using standard algorithms.",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.es.js",
@@ -36,6 +36,9 @@
3636
"url": "https://github.com/masihgh/iranian-bank-list-js/issues"
3737
},
3838
"homepage": "https://github.com/masihgh/iranian-bank-list-js#readme",
39+
"publishConfig": {
40+
"access": "public"
41+
},
3942
"devDependencies": {
4043
"rollup": "^4.41.1",
4144
"vite": "^8.0.14"

0 commit comments

Comments
 (0)