Skip to content

Commit

Permalink
chore: atualizar versão do package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas committed Dec 10, 2023
1 parent 55627b8 commit b1f407a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bling-erp-api",
"version": "5.0.0",
"version": "5.0.0-prerelease",
"description": "Pacote de interação com a REST API do serviço Bling ERP",
"main": "lib/bling.js",
"directories": {
Expand All @@ -10,7 +10,7 @@
"lib/**/*"
],
"scripts": {
"build": "tsc",
"build": "tsc --project tsconfig.build.json",
"format": "prettier --write 'src/**/*.ts'",
"lint": "eslint --fix 'src/**/*.ts'",
"test": "npm run build && jest --config jest.config.ts",
Expand Down

0 comments on commit b1f407a

Please sign in to comment.