Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Oct 23, 2024
1 parent f0efa85 commit c55a5b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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.

10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alveusgg/data",
"version": "0.42.0",
"version": "0.43.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand Down Expand Up @@ -28,5 +28,13 @@
"prettier": "^3.0.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.1.6"
},
"peerDependencies": {
"tailwindcss": "3.x"
},
"peerDependenciesMeta": {
"tailwindcss": {
"optional": true
}
}
}

0 comments on commit c55a5b7

Please sign in to comment.