Skip to content

Commit 66317e3

Browse files
committed
chore: add private attribute
1 parent 20a1b0d commit 66317e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/chrome-devtools/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@module-federation/devtools",
33
"version": "0.0.18",
4+
"private": true,
45
"scripts": {
56
"reset": "npx rimraf ./**/node_modules",
67
"dev": "modern dev",
@@ -27,6 +28,9 @@
2728
"node_modules/",
2829
"dist/"
2930
],
31+
"publishConfig": {
32+
"access": "public"
33+
},
3034
"dependencies": {
3135
"@arco-design/web-react": "^2.59.1",
3236
"@modern-js/runtime": "2.46.1",

0 commit comments

Comments
 (0)