aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-10-29 10:47:52 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-10-29 10:47:52 -0500
commitb59463e58bef30f3811388693c4a550d9aed3fe5 (patch)
tree9c59880628e49ed1b4df002e19ea1f241181fac9
parentci: make deno not sad (diff)
downloadlocusts-b59463e58bef30f3811388693c4a550d9aed3fe5.tar
locusts-b59463e58bef30f3811388693c4a550d9aed3fe5.tar.gz
locusts-b59463e58bef30f3811388693c4a550d9aed3fe5.tar.bz2
locusts-b59463e58bef30f3811388693c4a550d9aed3fe5.tar.lz
locusts-b59463e58bef30f3811388693c4a550d9aed3fe5.tar.xz
locusts-b59463e58bef30f3811388693c4a550d9aed3fe5.tar.zst
locusts-b59463e58bef30f3811388693c4a550d9aed3fe5.zip
npm: publish public?
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r--src/packages/locusts/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/packages/locusts/package.json b/src/packages/locusts/package.json
index 145ddd3..b060796 100644
--- a/src/packages/locusts/package.json
+++ b/src/packages/locusts/package.json
@@ -28,5 +28,8 @@
"lint:ci": "eslint src",
"test": "node --test --import tsx ./tests/locusts.test.ts"
},
+ "publishConfig": {
+ "access": "public"
+ },
"types": "./dist/index.d.ts"
}