Skip to content

Commit

Permalink
release: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
klawdyo committed Sep 11, 2024
1 parent ba9e0b6 commit 19899b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
coverage
dist/*.test.js
dist/*.test.js.map
docs/*
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "validation-br",
"description": "Brazilian personal documents validation - cpf, cnpj, titulo, pis/pasep, cnh, renavam, processos judiciais, protocolo federal, código de rastreamento dos correios",
"version": "1.5.1",
"version": "1.5.2",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"author": "Cláudio Medeiros <[email protected]>",
Expand All @@ -11,7 +11,8 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverageFrom=src/**/*.ts --coverage",
"format": "prettier --write \"./**/*.{js,ts,json}\""
"format": "prettier --write \"./**/*.{js,ts,json}\"",
"prepublish": "npm run build"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down

0 comments on commit 19899b2

Please sign in to comment.