Skip to content

Commit

Permalink
chore: add more tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 9, 2024
1 parent 944d5af commit a0b039f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"bugs": {
"url": "https://github.com/vitest-dev/vitest-browser-vue/issues"
},
"keywords": [
"vue",
"vitest",
"browser",
"testing"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ try {
await $`git update-ref refs/heads/release refs/heads/main`
await $`git push origin release`
}
console.log('New release is ready, waiting for conformation at https://github.com/vitest-dev/vitest-browser-utils/actions')
console.log('New release is ready, waiting for conformation at https://github.com/vitest-dev/vitest-browser-vue/actions')
}
catch (err) {
console.error(err)
Expand Down

0 comments on commit a0b039f

Please sign in to comment.