From 4efe49200b1cc5d935e5ed0ef4428229dbcd2540 Mon Sep 17 00:00:00 2001 From: Chapman Pendery Date: Thu, 22 Jan 2026 11:38:54 -0800 Subject: [PATCH] fix: bad package Signed-off-by: Chapman Pendery --- package.json | 2 +- scripts/pkg-base.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cd1b417..88175b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/inshellisense", - "version": "0.0.1-rc.22", + "version": "0.0.1-rc.23", "description": "IDE style command line auto complete", "type": "module", "engines": { diff --git a/scripts/pkg-base.ts b/scripts/pkg-base.ts index 4da6996..5a45bf7 100644 --- a/scripts/pkg-base.ts +++ b/scripts/pkg-base.ts @@ -29,6 +29,7 @@ const generatePackageJson = (): void => { bugs: { url: "https://github.com/microsoft/inshellisense/issues", }, + files: [], optionalDependencies: { "@microsoft/inshellisense-darwin-x64": getVersion(), "@microsoft/inshellisense-darwin-arm64": getVersion(),