We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56626d commit c83cdbdCopy full SHA for c83cdbd
package.json
@@ -131,5 +131,9 @@
131
"test:deno:r": "yarn build && deno run -r --allow-import --allow-env --allow-read --allow-net --import-map=import-map-deno.json esnext/tests/index.js",
132
"test:inspect": "yarn build && node --enable-source-maps --inspect-brk esnext/tests/index.js",
133
"coverage": "yarn build && c8 node esnext/tests/index.js && yarn postbuild"
134
+ },
135
+ "publishConfig": {
136
+ "access": "public",
137
+ "tag": "alpha"
138
}
139
0 commit comments