Skip to content

Commit 5323314

Browse files
👷 Add publish config and scarf paackage (#2922)
1 parent 45da116 commit 5323314

File tree

4 files changed

+9230
-7241
lines changed

4 files changed

+9230
-7241
lines changed

‎packages/pro-js/package.json‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@
3838
},
3939
"peerDependencies": {
4040
"typescript": "^5.0.0"
41+
},
42+
"publishConfig": {
43+
"registry": "https://registry.npmjs.org",
44+
"access": "public"
4145
}
4246
}

‎packages/react/package.json‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,9 @@
4949
"react": "^18.2.0",
5050
"react-dom": "^18.2.0",
5151
"typescript": "^5.0.0"
52+
},
53+
"publishConfig": {
54+
"registry": "https://registry.npmjs.org",
55+
"access": "public"
5256
}
5357
}

0 commit comments

Comments
 (0)