From a4dcb11359398f6a3af724687b24bd936e805638 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 3 Aug 2024 04:19:43 -0700 Subject: [PATCH] chore(root): package.json cleanup --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 2d4e15bf..4c87e4a7 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,10 @@ { "name": "pockethost-root", - "version": "0.11.0", "author": { "name": "Ben Allfree", "url": "https://github.com/benallfree" }, "license": "MIT", - "main": "dist/index.mjs", - "bin": { - "pockethost": "dist/index.mjs" - }, "scripts": { "check:types": "concurrently 'pnpm:check:types:*'", "check:types:dashboard": "cd packages/dashboard && pnpm check:types",