Skip to content

Commit 83f1047

Browse files
committed
Add publish config
1 parent bbb1cd9 commit 83f1047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"module": "./lib/esm/index.js",
77
"types": "./lib/esm/index.d.ts",
88
"repository": "https://github.com/eBay/nice-modal-react",
9+
"publishConfig": {
10+
"registry": "https://registry.npmjs.org"
11+
},
912
"scripts": {
1013
"build": "rm -rf lib && yarn build:esm && yarn build:cjs",
1114
"build:esm": "tsc",

0 commit comments

Comments
 (0)