Skip to content

Commit 94ce2a6

Browse files
fix: remove npm registry from the runtime package.json
1 parent 1bf806c commit 94ce2a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/runtime/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"README.md"
99
],
1010
"publishConfig": {
11-
"access": "public",
12-
"registry": "https://registry.npmjs.org/"
11+
"access": "public"
1312
},
1413
"repository": "https://github.com/EnsembleUI/ensemble-react",
1514
"scripts": {

0 commit comments

Comments
 (0)