Skip to content

Commit

Permalink
Merge branch 'darkmode'.
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefarias committed Mar 4, 2024
2 parents f902e11 + 76137a2 commit fc26ad9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@gptbundle/client",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"dist"
Expand Down
3 changes: 3 additions & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@gptbundle/server",
"version": "0.0.1",
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"dist"
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit fc26ad9

Please sign in to comment.