Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
nooooooom committed Sep 13, 2023
1 parent 9d5d805 commit 48a0594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"build": "tsup",
"test": "vitest",
"prepublish": "vitest run && pnpm build",
"prepublish": "pnpm build",
"release": "bumpp package.json --commit --push --tag && pnpm publish --access public"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/defineConnector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ function defineConnector<StateProps = {}, StaticProps = {}, OwnProps = {}, Merge

return {
attrs,
props: attrs,
on: mergeListeners((context as any).listeners, on),
nativeOn: {
...mergedProps.value?.$$nativeOn
Expand Down

0 comments on commit 48a0594

Please sign in to comment.