From 36f1891f9a2ee184055a5f4b6253211c9fecf6fa Mon Sep 17 00:00:00 2001 From: Alex Katz <4224538+alexkatz@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:52:39 -0400 Subject: [PATCH] fixing deployment issue --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2638fe0..0a9d0df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.1.2] - 2024-9-13 + +### Fixed npm deployment issue + ## [8.1.1] - 2024-9-13 ### Fixed diff --git a/package.json b/package.json index 3ede266..d0ec1d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tiny-popover", - "version": "8.1.1", + "version": "8.1.2", "description": "A simple and highly customizable popover react higher order component with no other dependencies!", "keywords": [ "react", @@ -20,7 +20,7 @@ ], "license": "MIT", "author": "Alex Katz", - "main": "src/Popover.tsx", + "main": "dist/Popover.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p . && pnpm run copy-types",