Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/principal' into analisador-seman…
Browse files Browse the repository at this point in the history
…tico
  • Loading branch information
leonelsanchesdasilva committed Jul 7, 2024
2 parents 23fc888 + 94ced91 commit d965e7e
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 211 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@designliquido/portugol-studio",
"description": "Dialeto de Portugol Studio baseado em Delégua e TypeScript",
"version": "0.2.10",
"version": "0.3.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/DesignLiquido/portugol-studio/issues"
Expand All @@ -17,7 +17,7 @@
"publicar-docs": "yarn gerar-documentacao-tecnica && yarn copyfiles -V ./recursos/**/* ./docs && yarn gh-pages -d docs",
"publicar-npm": "npm publish ./dist --access public",
"testes-unitarios": "jest --coverage",
"testes-unitarios:insignias": "jest-coverage-badges --output ./recursos/imagens",
"testes-unitarios:insignias": "yarn jest-coverage-badges --output ./recursos/imagens",
"observar-testes-unitarios": "jest --watchAll",
"observar-testes-unitarios-com-coverage": "jest --coverage --watchAll",
"lint": "eslint . --ext .ts",
Expand All @@ -35,6 +35,7 @@
"@types/node": "^20.11.17",
"copyfiles": "^2.4.1",
"jest": "^29.7.0",
"jest-coverage-badges": "^1.1.2",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand Down
1 change: 1 addition & 0 deletions recursos/imagens/badge-branches.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions recursos/imagens/badge-functions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions recursos/imagens/badge-lines.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions recursos/imagens/badge-statements.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d965e7e

Please sign in to comment.