Skip to content

Commit

Permalink
Merge 0eb49db into 1b53b9a
Browse files Browse the repository at this point in the history
  • Loading branch information
DysphoricUnicorn committed Feb 14, 2024
2 parents 1b53b9a + 0eb49db commit 57dd944
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,13 +1,13 @@
{
"name": "formifly",
"version": "2.8.0",
"version": "2.8.1",
"description": "React form handling as light as a butterfly",
"main": "dist/formifly.umd.js",
"module": "dist/formifly.mjs",
"module": "dist/formifly.js",
"types": "dist/src/main.d.ts",
"exports": {
".": {
"import": "./dist/formifly.mjs",
"import": "./dist/formifly.js",
"require": "./dist/formifly.umd.js"
}
},
Expand Down

0 comments on commit 57dd944

Please sign in to comment.