Skip to content

Commit

Permalink
package.json update for git package
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif-un committed Nov 8, 2020
1 parent 7aa0eac commit 311dd86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://npm.pkg.github.com/arif-un
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-multiple-select-dropdown-lite",
"version": "1.1.0",
"name": "@arif_un/react-multiple-select-dropdown-lite",
"version": "1.1.1",
"description": "React Multiple Select Light Weight Dropdown list | Searchable | Addable | Groupable etc",
"author": "Arif-un",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Arif-un/react-multiple-select-dropdown-lite.git"
"url": "https://github.com/Arif-un/react-multiple-select-dropdown-lite.git"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"publishConfig": { "registry": "https://npm.pkg.github.com" },
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.jsx",
Expand Down

0 comments on commit 311dd86

Please sign in to comment.