Skip to content

Commit 2ff8032

Browse files
committed
build: atualiza versão no package.json
1 parent 324d903 commit 2ff8032

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lexml/lexml-eta",
3-
"version": "1.6.1",
3+
"version": "1.6.3",
44
"description": "Webcomponent lexml-eta following open-wc recommendations",
55
"author": "lexml-eta",
66
"license": "GPL-2.0-only",

src/model/lexml/documento/conversor/buildProjetoNormaFromJsonix.ts

-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ const getTextoSemHtml = (c: any): string => {
270270
return ret.trim();
271271
};
272272

273-
274273
const substituiAspasRetasPorCurvas = (html: string): string => {
275274
const div = document.createElement('div');
276275
div.innerHTML = html;

0 commit comments

Comments
 (0)