deps-upgrade(blog): ⬆️ Update dependencies in shared utilities for blog feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
8e3d028675
commit
77b1da5652
1 changed files with 13 additions and 3 deletions
|
|
@ -2,9 +2,19 @@
|
|||
"name": "@lilith/blog-shared",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"main": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "lixbuild"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/lix-configs": "^1.0.1",
|
||||
"tsup": "^8.5.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue