.
This commit is contained in:
parent
7f3c28ca1b
commit
d19d61dfc3
5 changed files with 11 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.247.0",
|
||||
"version": "0.251.0",
|
||||
"description": "",
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
|
|
@ -12,6 +12,10 @@
|
|||
"require": "./dist-back/index.js"
|
||||
}
|
||||
},
|
||||
"sideEffects": false,
|
||||
"peerDependencies": {
|
||||
"dayjs": "^1.11.0"
|
||||
},
|
||||
"scripts": {
|
||||
"biome": "pnpm exec biome check --write",
|
||||
"check": "pnpm run biome && npx tsc --noEmit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue