Skip to content

Commit

Permalink
Merge pull request #37 from dbssman/bugfix/36-reactivity-issue-in-rel…
Browse files Browse the repository at this point in the history
…ease-020

Fix reactivity issue in latest release
  • Loading branch information
dbssman authored Feb 3, 2023
2 parents 7cd45e1 + c59c822 commit 08ca417
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-form-handler",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"license": "MIT",
"author": "Dennis R. Bosmans",
Expand Down
7 changes: 0 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"jsx": "preserve",
"resolveJsonModule": true,
"isolatedModules": true,
Expand All @@ -16,13 +14,8 @@
"DOM"
],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"noEmit": true,
"declaration": true,
"declarationMap": true,
"noUnusedLocals": true,
"sourceMap": true,
"noImplicitAny": true,
"types": [
"vitest/importMeta"
]
Expand Down

1 comment on commit 08ca417

@vercel
Copy link

@vercel vercel bot commented on 08ca417 Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.