diff --git a/bun.lockb b/bun.lockb index 414930e..5757098 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a4d362a..916311d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,10 @@ "import": "./dist/index.js" } }, + "files": [ + "dist", + "LICENSE" + ], "scripts": { "build": "tsup", "docs": "npx typedoc src/index.ts", @@ -22,14 +26,14 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/react-hooks": "^8.0.1", - "@types/bun": "^1.1.14", - "@types/react": "^19.0.2", + "@types/bun": "^1.1.15", + "@types/react": "^19.0.3", "react-dom": "^19.0.0", "tsup": "^8.3.5", "typescript": "^5.7.2" }, "peerDependencies": { - "alien-signals": ">=0.4", + "alien-signals": "^0.4.13", "react": ">=18" }, "peerDependenciesMeta": {