From b59463e58bef30f3811388693c4a550d9aed3fe5 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 29 Oct 2024 10:47:52 -0500 Subject: npm: publish public? Signed-off-by: Matt Strapp --- src/packages/locusts/package.json | 3 +++ 1 file changed, 3 insertions(+) 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" } -- cgit v1.2.3