Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 8816ca0

Browse files
committed
fix: force npm to publish scoped package as public
1 parent 55a1648 commit 8816ca0

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"faye-websocket": "^0.11.4",
3737
"fs-extra": "^10.1.0",
3838
"websocket-polyfill": "^0.0.3"
39+
},
40+
"publishConfig": {
41+
"access": "public"
3942
}
4043
}

compiler/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,8 @@
2929
"@types/fs-extra": "^9.0.13",
3030
"@types/node": "^18.11.9"
3131
},
32-
"dependencies": {}
32+
"dependencies": {},
33+
"publishConfig": {
34+
"access": "public"
35+
}
3336
}

runtime/devicescript-vm/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"@types/emscripten": "^1.39.6",
2323
"typescript": "^4.5.4",
2424
"websocket-polyfill": "^0.0.3"
25+
},
26+
"publishConfig": {
27+
"access": "public"
2528
}
2629
}

0 commit comments

Comments
 (0)