We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a19039 commit aeddc39Copy full SHA for aeddc39
package.json
@@ -1,14 +1,16 @@
1
{
2
- "name": "react-multiple-select-dropdown-lite",
3
- "version": "2.0.3",
+ "name": "@arif-un/react-multiple-select-dropdown-lite",
+ "version": "2.0.4",
4
"description": "React Multiple Select Light Weight Dropdown list | Searchable | Addable | Groupable etc",
5
"author": "arif-un",
6
"license": "MIT",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/Arif-un/react-multiple-select-dropdown-lite.git"
10
},
11
-
+ "publishConfig": {
12
+ "registry":"https://npm.pkg.github.com"
13
+ },
14
"main": "dist/index.js",
15
"module": "dist/index.modern.js",
16
"source": "src/MultiSelect.jsx",
0 commit comments