Dan Ditomaso
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/core/package.json
|
|
@ -7,7 +7,7 @@ |
|
|
}, |
|
|
}, |
|
|
"main": "./dist/mod.mjs", |
|
|
"main": "./dist/mod.mjs", |
|
|
"module": "./dist/mod.mjs", |
|
|
"module": "./dist/mod.mjs", |
|
|
"types": "./dist/index.d.ts", |
|
|
"types": "./dist/mod.d.mts", |
|
|
"license": "GPL-3.0-only", |
|
|
"license": "GPL-3.0-only", |
|
|
"tsdown": { |
|
|
"tsdown": { |
|
|
"entry": ["mod.ts"], |
|
|
"entry": ["mod.ts"], |
|
|
|