From 8a7c025140ace0b684d8bb3b7f40c7a43ac15756 Mon Sep 17 00:00:00 2001 From: Grant Gurvis Date: Thu, 4 Jan 2024 15:30:11 -0800 Subject: [PATCH] Release `@withfig/autocomplete-tools` as `2.9.1` --- cli/tools-cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/tools-cli/package.json b/cli/tools-cli/package.json index e9e23a86..1632a676 100644 --- a/cli/tools-cli/package.json +++ b/cli/tools-cli/package.json @@ -1,6 +1,6 @@ { "name": "@withfig/autocomplete-tools", - "version": "2.9.0", + "version": "2.9.1", "description": "Command line tools for working with fig autocomplete specs", "author": "The Fig Team", "scripts": { @@ -13,7 +13,7 @@ "generate-spec": "tsx generate-spec.ts generate-fig-spec" }, "license": "MIT", - "bin": "./build/bin.bundle.js", + "bin": "./build/bin.js", "main": "./build/index.js", "types": "./build/index.d.ts", "files": [