Skip to content

Commit

Permalink
Merge pull request #288 from themesberg/chore--release-v0.1.5
Browse files Browse the repository at this point in the history
chore: release v0.1.5
  • Loading branch information
Sqrcz authored May 28, 2024
2 parents 2b882e4 + 52a62bd commit a0f04ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite-vue",
"version": "0.1.4",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "git+https://github.com/themesberg/flowbite-vue.git"
Expand Down Expand Up @@ -39,7 +39,8 @@
"format": "prettier . --write",
"test": "vitest",
"coverage": "vitest run --coverage",
"typecheck": "vue-tsc --noEmit"
"typecheck": "vue-tsc --noEmit",
"prepublishOnly": "npm run build:production"
},
"peerDependencies": {
"tailwindcss": "^3",
Expand Down

0 comments on commit a0f04ed

Please sign in to comment.