fix: no type field in package.json (#2622)

This commit is contained in:
Daishi Kato 2024-06-26 21:33:16 +09:00 committed by GitHub
parent b3684b31d3
commit b9d8ddd727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@
"name": "zustand",
"description": "🐻 Bear necessities for state management in React",
"private": true,
"type": "commonjs",
"version": "4.5.3",
"main": "./index.js",
"types": "./index.d.ts",