Skip to content

Commit c5a981a

Browse files
authored
Merge pull request #222 from fontebasso/master
Definição de tipos no arquivo package.json
2 parents c5a3acf + 8861c47 commit c5a981a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Busca por CEP integrado diretamente aos serviços dos Correios e ViaCEP",
55
"main": "dist/cep-promise.min.js",
66
"module": "dist/cep-promise.min.js",
7+
"types": "./index.d.ts",
78
"scripts": {
89
"dev": "nodemon --watch src/ --exec \"npm run build\"",
910
"test": "npm run coverage",

0 commit comments

Comments
 (0)