Skip to content

Commit 311dd86

Browse files
committed
package.json update for git package
1 parent 7aa0eac commit 311dd86

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://npm.pkg.github.com/arif-un

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "react-multiple-select-dropdown-lite",
3-
"version": "1.1.0",
2+
"name": "@arif_un/react-multiple-select-dropdown-lite",
3+
"version": "1.1.1",
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",
9-
"url": "git+https://github.com/Arif-un/react-multiple-select-dropdown-lite.git"
9+
"url": "https://github.com/Arif-un/react-multiple-select-dropdown-lite.git"
1010
},
11-
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
11+
"publishConfig": { "registry": "https://npm.pkg.github.com" },
1212
"main": "dist/index.js",
1313
"module": "dist/index.modern.js",
1414
"source": "src/index.jsx",

0 commit comments

Comments
 (0)