From 8e13918f985c635565a6a04787a518fc03b141f0 Mon Sep 17 00:00:00 2001 From: Matt Gordon Date: Wed, 1 May 2024 09:24:07 -0600 Subject: [PATCH] fix: add config to package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index cd11ab0..f8c9fdc 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "main": "./dist/main.js", "module": "./dist/main.js", "typings": "./dist/main.d.ts", + "type": "module", "files": [ "dist", "app-router" @@ -50,6 +51,11 @@ "peerDependencies": { "next": "^14.2.2" }, + "release": { + "branches": [ + "main" + ] + }, "publishConfig": { "registry": "https://npm.pkg.github.com", "access": "public"