Skip to content

Commit a387a5f

Browse files
committed
protect against public publishing
1 parent 49d024a commit a387a5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/temporal-polyfill/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"name": "temporal-polyfill",
34
"version": "0.2.0",
45
"title": "Temporal Polyfill",

packages/temporal-polyfill/scripts/pkg-json.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async function writePkgJson(pkgDir) {
3434
distPkgJson.unpkg = distPkgJson.jsdelivr = './global.min.js'
3535
distPkgJson.exports = distExportMap
3636

37+
delete distPkgJson.private
3738
delete distPkgJson.scripts
3839
delete distPkgJson.buildConfig
3940
delete distPkgJson.publishConfig

0 commit comments

Comments
 (0)