Skip to content

Commit

Permalink
chore: fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Aug 5, 2023
1 parent 2ab70d4 commit f06a8d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/theme-script/examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "theme-script-examples-vite",
"private": true,
"scripts": {
"dev": "vite dev"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/tiny-sql/examples/sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "tiny-sql-examples-sqlite",
"private": true,
"type": "module",
"scripts": {
"clean": "rm -f dev.sqlite3",
Expand Down

0 comments on commit f06a8d7

Please sign in to comment.