Skip to content

Commit aeddc39

Browse files
committed
Update package.json
1 parent 7a19039 commit aeddc39

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"name": "react-multiple-select-dropdown-lite",
3-
"version": "2.0.3",
2+
"name": "@arif-un/react-multiple-select-dropdown-lite",
3+
"version": "2.0.4",
44
"description": "React Multiple Select Light Weight Dropdown list | Searchable | Addable | Groupable etc",
55
"author": "arif-un",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/Arif-un/react-multiple-select-dropdown-lite.git"
1010
},
11-
11+
"publishConfig": {
12+
"registry":"https://npm.pkg.github.com"
13+
},
1214
"main": "dist/index.js",
1315
"module": "dist/index.modern.js",
1416
"source": "src/MultiSelect.jsx",

0 commit comments

Comments
 (0)