Skip to content

Commit

Permalink
fixing deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkatz committed Sep 13, 2024
1 parent b9ceab8 commit 36f1891
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [8.1.2] - 2024-9-13

### Fixed npm deployment issue

## [8.1.1] - 2024-9-13

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 36f1891

Please sign in to comment.