We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d024a commit a387a5fCopy full SHA for a387a5f
packages/temporal-polyfill/package.json
@@ -1,4 +1,5 @@
1
{
2
+ "private": true,
3
"name": "temporal-polyfill",
4
"version": "0.2.0",
5
"title": "Temporal Polyfill",
packages/temporal-polyfill/scripts/pkg-json.js
@@ -34,6 +34,7 @@ async function writePkgJson(pkgDir) {
34
distPkgJson.unpkg = distPkgJson.jsdelivr = './global.min.js'
35
distPkgJson.exports = distExportMap
36
37
+ delete distPkgJson.private
38
delete distPkgJson.scripts
39
delete distPkgJson.buildConfig
40
delete distPkgJson.publishConfig
0 commit comments