.
This commit is contained in:
parent
4daa78f698
commit
5dfc211852
27 changed files with 7 additions and 2186 deletions
14
package.json
14
package.json
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.272.0",
|
||||
"version": "0.273.0",
|
||||
"description": "",
|
||||
"main": "./dist-back/index.js",
|
||||
"module": "./dist-front/index.mjs",
|
||||
"types": "./dist-front/index.d.ts",
|
||||
"main": "./dist/index.cjs",
|
||||
"module": "./dist/index.mjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist-front/index.d.ts",
|
||||
"import": "./dist-front/index.mjs",
|
||||
"require": "./dist-back/index.js"
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.cjs"
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue