Skip to content

Commit

Permalink
some more adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed May 10, 2024
1 parent 7547152 commit 1529340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"packageManager": "[email protected]",
"dependencies": {
"@react-three/drei": "^9.78.2",
"@react-three/fiber": "^8.13.7",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "zustand",
"description": "🐻 Bear necessities for state management in React",
"private": true,
"type": "commonjs",
"version": "4.5.2",
"description": "🐻 Bear necessities for state management in React",
"main": "./index.js",
"types": "./index.d.ts",
"typesVersions": {
Expand Down

0 comments on commit 1529340

Please sign in to comment.