build
This commit is contained in:
parent
a597006f0d
commit
ebc62030f6
2 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
},
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
|
||||
"rules": {
|
||||
"recommended": true,
|
||||
"suspicious": {
|
||||
|
|
@ -30,6 +31,9 @@
|
|||
},
|
||||
"performance": {
|
||||
"noAccumulatingSpread": "off"
|
||||
},
|
||||
"a11y": {
|
||||
"useSemanticElements": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-comuns",
|
||||
"version": "0.57.0",
|
||||
"version": "0.58.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue