We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f2bc2 commit 3cf12c0Copy full SHA for 3cf12c0
1 file changed
package.json
@@ -21,6 +21,10 @@
21
"type": "module",
22
"main": "dist/index.js",
23
"module": "src/index.ts",
24
+ "publishConfig": {
25
+ "access": "public",
26
+ "registry": "https://registry.npmjs.org/"
27
+ },
28
"scripts": {
29
"build": "ncc build src/index.ts --license licenses.txt",
30
"test": "bun test",
0 commit comments