Skip to content

Commit 15e7d18

Browse files
committed
chore: specify the publish registry
1 parent d63c3f5 commit 15e7d18

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

packages/json2mq/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"files": [
1010
"dist"
1111
],
12+
"publishConfig": {
13+
"registry": "https://registry.npmjs.org/"
14+
},
1215
"scripts": {
1316
"dev": "tsup --watch",
1417
"build": "tsup",

packages/react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"files": [
77
"dist"
88
],
9+
"publishConfig": {
10+
"registry": "https://registry.npmjs.org/"
11+
},
912
"scripts": {
1013
"dev": "echo \"No dev script provided for this package.\"",
1114
"build": "echo \"No build script provided for this package.\"",

packages/style/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"dist",
88
"scss"
99
],
10+
"publishConfig": {
11+
"registry": "https://registry.npmjs.org/"
12+
},
1013
"exports": {
1114
"default": "./dist/index.css",
1215
"scss": "./scss/index.scss",

0 commit comments

Comments
 (0)