Skip to content

Commit 6f6c029

Browse files
committed
fix: github registry
1 parent 3e5667b commit 6f6c029

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmrc

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
"url": "https://github.com/Arif-un/react-mix-tag-input"
117117
},
118118
"publishConfig": {
119-
"access": "public"
119+
"access": "public",
120+
"registry": "https://npm.pkg.github.com"
120121
},
121122
"release": {
122123
"plugins": [

0 commit comments

Comments
 (0)