From 1dd7abce12a838624947625aa8fa1cbbfcb65575 Mon Sep 17 00:00:00 2001 From: Sriram Hariharan Date: Wed, 24 Apr 2024 18:13:19 -0500 Subject: [PATCH] updated use hook to now allow pulling in the entire object --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32f4656..0cc4083 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chrome-extension-toolkit", - "version": "0.0.69`", + "version": "0.0.69", "description": "A template for creating npm packages using TypeScript and VSCode", "main": "dist/index.js", "types": "dist/index.d.ts",