Skip to content

Commit

Permalink
protect against public publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jan 7, 2024
1 parent 49d024a commit a387a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/temporal-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "temporal-polyfill",
"version": "0.2.0",
"title": "Temporal Polyfill",
Expand Down
1 change: 1 addition & 0 deletions packages/temporal-polyfill/scripts/pkg-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async function writePkgJson(pkgDir) {
distPkgJson.unpkg = distPkgJson.jsdelivr = './global.min.js'
distPkgJson.exports = distExportMap

delete distPkgJson.private
delete distPkgJson.scripts
delete distPkgJson.buildConfig
delete distPkgJson.publishConfig
Expand Down

0 comments on commit a387a5f

Please sign in to comment.