validation-br 1.6.0-f → 1.6.0-h

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "validation-br",
3
3
  "description": "Brazilian personal documents validation - cpf, cnpj, titulo, pis/pasep, cnh, renavam, processos judiciais, protocolo federal, código de rastreamento dos correios",
4
- "version": "1.6.0-f",
4
+ "version": "1.6.0-h",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
@@ -15,13 +15,14 @@
15
15
  "license": "MIT",
16
16
  "scripts": {
17
17
  "build": "./publish.sh",
18
- "builds": "rm dist -r && tsc && rm -r dist/test && mv dist/src/* dist && rm dist/src -r && cp package*.json readme.md dist",
19
- "publish": "npm publish",
18
+ "prepublish": "npm run build",
20
19
  "test": "jest",
21
20
  "test:watch": "jest --watch",
22
21
  "test:coverage": "jest --collectCoverageFrom=src/**/*.ts --coverage",
23
22
  "format": "prettier --write \"./**/*.{js,ts,json}\"",
24
- "prepublish": "npm run build"
23
+
24
+
25
+ "__:build": "rm dist -r && tsc && rm -r dist/test && mv dist/src/* dist && rm dist/src -r && cp package*.json readme.md dist"
25
26
 
26
27
  },
27
28
  "lint-staged": {