From dd79ae998a1c8db54cec6cfa9a96055602c46836 Mon Sep 17 00:00:00 2001 From: Eric Sexton Date: Mon, 15 Jan 2024 12:41:06 -0500 Subject: [PATCH] package is not private --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 38e1404..ff402ed 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "Authentication for Hono", "main": "dist/index.js", + "private": false, "scripts": { "build": "tsc", "test": "NODE_OPTIONS=--experimental-vm-modules jest --config ./jest.config.cjs",