Skip to content

Commit

Permalink
Merge pull request #155 from binary-butterfly/fix-types-export
Browse files Browse the repository at this point in the history
Fix types export hopefully for the last time today
  • Loading branch information
DysphoricUnicorn committed Feb 14, 2024
2 parents 57b857e + 96387ce commit 64faf84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "formifly",
"version": "2.8.2",
"version": "2.8.3",
"description": "React form handling as light as a butterfly",
"main": "dist/formifly.umd.js",
"module": "dist/formifly.js",
"types": "dist/src/main.d.ts",
"types": "dist/src/js/main.d.ts",
"exports": {
".": {
"import": "./dist/formifly.js",
"require": "./dist/formifly.umd.js",
"types": "./dist/src/main.d.ts"
"types": "./dist/src/js/main.d.ts"
}
},
"files": [
Expand Down

0 comments on commit 64faf84

Please sign in to comment.