We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb1cd9 commit 83f1047Copy full SHA for 83f1047
package.json
@@ -6,6 +6,9 @@
6
"module": "./lib/esm/index.js",
7
"types": "./lib/esm/index.d.ts",
8
"repository": "https://github.com/eBay/nice-modal-react",
9
+ "publishConfig": {
10
+ "registry": "https://registry.npmjs.org"
11
+ },
12
"scripts": {
13
"build": "rm -rf lib && yarn build:esm && yarn build:cjs",
14
"build:esm": "tsc",
0 commit comments