Skip to content

Commit

Permalink
build: atualiza versão no package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fragomeni committed Apr 5, 2024
1 parent 324d903 commit 2ff8032
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lexml/lexml-eta",
"version": "1.6.1",
"version": "1.6.3",
"description": "Webcomponent lexml-eta following open-wc recommendations",
"author": "lexml-eta",
"license": "GPL-2.0-only",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ const getTextoSemHtml = (c: any): string => {
return ret.trim();
};


const substituiAspasRetasPorCurvas = (html: string): string => {
const div = document.createElement('div');
div.innerHTML = html;
Expand Down

0 comments on commit 2ff8032

Please sign in to comment.