Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 74b745a

Browse files
committed
Add publish config to ensure it uses npm registry, not yarn alias
1 parent bf5cb55 commit 74b745a

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
@@ -17,6 +17,9 @@
1717
],
1818
"homepage":
1919
"https://github.com/relay-tools/relay-compiler-language-typescript",
20+
"publishConfig": {
21+
"registry": "https://registry.npmjs.org/"
22+
},
2023
"repository": {
2124
"type": "git",
2225
"url":

0 commit comments

Comments
 (0)