We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c782d commit 18a7b10Copy full SHA for 18a7b10
package.json
@@ -1,12 +1,15 @@
1
{
2
"name": "@daveyplate/better-auth-persistent",
3
"homepage": "https://github.com/daveyplate/better-auth-persistent",
4
- "version": "0.0.1",
+ "version": "0.0.2",
5
"description": "Persistent session management for Better Auth",
6
"module": "dist/index",
7
"types": "dist/index",
8
"exports": "./dist/index.js",
9
- "files": ["src", "dist"],
+ "files": [
10
+ "src",
11
+ "dist"
12
+ ],
13
"scripts": {
14
"build": "tsup --clean --dts",
15
"dev": "tsc-watch --onSuccess 'biome check --fix'",
0 commit comments