Skip to content

Commit

Permalink
chore: add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 28, 2022
1 parent 4847086 commit 00e8381
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prepare": "husky install",
"release:dry": "standard-version --dry-run",
"release": "standard-version",
"publish": "release && git push --follow-tags"
"publish": "standard-version && git push --follow-tags"
},
"dependencies": {
"vue": "^3.2.33"
Expand All @@ -74,6 +74,7 @@
"postcss-import": "^14.1.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"standard-version": "^9.3.2",
"svelte": "^3.47.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
Expand Down
Loading

0 comments on commit 00e8381

Please sign in to comment.