Skip to content

Commit 7d0f302

Browse files
committed
chore: fix npm publish command
1 parent 79da481 commit 7d0f302

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,8 @@
9393
"react-tooltip"
9494
],
9595
"homepage": "https://react-popup.elazizi.com/",
96-
"repository": "yjose/reactjs-popup"
96+
"repository": "yjose/reactjs-popup",
97+
"publishConfig": {
98+
"registry": "https://registry.npmjs.org"
99+
}
97100
}

0 commit comments

Comments
 (0)