From 663a55ffe5abc74a23679ab3751e6c8b2525612d Mon Sep 17 00:00:00 2001 From: fuwaa Date: Wed, 24 Aug 2022 17:12:40 +0800 Subject: [PATCH] fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cce1ddd..7e8fd15 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "command-palette", "main": "./lib/commandpalette", - "version": "1.0.0", + "version": "0.0.0", "description": "A VSCode-like command palette for inkdrop", "keywords": [], "repository": "https://github.com/fuwaa/inkdrop-command-palette",