Skip to content

Commit

Permalink
chore: release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Aug 22, 2023
1 parent d200d14 commit aa8ca64
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-template",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -13,8 +13,8 @@
"test:integration": "playwright test",
"test:unit": "vitest",
"verify-commit": "verify-commit-msg",
"postinstall": "git-scm-hooks",
"release": "bumpp -r"
"postinstall": "git-scm-hooks",
"release": "bumpp -r"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
Expand Down Expand Up @@ -44,14 +44,14 @@
"vitest": "^0.32.4"
},
"type": "module",
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"git-hooks": {
"pre-commit": "npm run lint",
"commit-msg": "npm run verify-commit"
}
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"git-hooks": {
"pre-commit": "npm run lint",
"commit-msg": "npm run verify-commit"
}
}

0 comments on commit aa8ca64

Please sign in to comment.