Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Apr 9, 2023
1 parent 2204b8e commit 250f48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-rtk-query",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"msw": {
"workerDirectory": "public"
Expand All @@ -19,7 +19,7 @@
"prettier": "prettier --write \"**/*.+(json|yml|css|md|mdx)\"",
"clean": "rimraf node_modules package-lock.json dist",
"validate": "./scripts/validate",
"remove:tailwind": "./scripts/remove_tailwind"
"remove:tailwind": "./scripts/remove_tailwind"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
Expand Down

0 comments on commit 250f48b

Please sign in to comment.