diff options
-rw-r--r-- | src/packages/locusts/package.json | 3 |
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" } |