Skip to content

Commit

Permalink
versão 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bozoh committed Mar 21, 2018
1 parent 9ec7fb8 commit 3380f69
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Utilitário feito em angular 4/5 específico para sistemas brasileiros.

1. Validador e Formatador de CPF
1. Validador e Formatador de CNPJ
1. Formatador de data (DD/MM/AAAA)
1. Formatador de texto genérico
1. Formatador de CEP e auxílio para a busca do CEP
1. Lista de estados
Expand Down
21 changes: 19 additions & 2 deletions ng-br-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-br-tools",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"author": {
"name": "Carlos Alexandre S. da Fonseca",
Expand All @@ -11,7 +11,16 @@
"type": "git",
"url": "https://github.com/bozoh/ng-br-tools.git"
},
"keywords": ["angular4","angular5", "cpf", "cep", "cnpj", "estados", "validador", "br"],
"keywords": [
"angular4",
"angular5",
"cpf",
"cep",
"cnpj",
"estados",
"validador",
"br"
],
"private": false,
"peerDependencies": {
"@angular/animations": "^4.2.4",
Expand All @@ -26,5 +35,13 @@
"core-js": "^2.4.1",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
},
"main": "bundles/ng-br-tools.umd.js",
"module": "esm5/ng-br-tools.js",
"es2015": "esm2015/ng-br-tools.js",
"typings": "ng-br-tools.d.ts",
"metadata": "ng-br-tools.metadata.json",
"dependencies": {
"tslib": "^1.7.1"
}
}

0 comments on commit 3380f69

Please # to comment.