build
This commit is contained in:
parent
ac08b31b3d
commit
01bc1d0eec
2 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "p-comuns",
|
"name": "p-comuns",
|
||||||
"version": "0.281.0",
|
"version": "0.282.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist-front/index.mjs",
|
||||||
"module": "./dist/index.mjs",
|
"module": "./dist-front/index.mjs",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist-front/index.d.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist-front/index.d.ts",
|
||||||
"import": "./dist/index.mjs",
|
"import": "./dist-front/index.mjs",
|
||||||
"require": "./dist/index.cjs"
|
"require": "./dist-front/index.mjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
||||||
BIN
pacote.tgz
BIN
pacote.tgz
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue