Skip to content

Commit 55ff8ca

Browse files
committed
Atualização de versão
1 parent c5cef64 commit 55ff8ca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gn-api-sdk-typescript",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Module for integration with Gerencianet API\"",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -9,11 +9,14 @@
99
"prepare": "npm run build",
1010
"postversion": "git push --tags"
1111
},
12-
"author": "Gerencianet - Consultoria Tecnica | João Vitor Oliveira",
12+
"author": "Gerencianet - Consultoria Tecnica | Palloma Brito | João Vitor Oliveira",
1313
"license": "MIT",
1414
"repository": "gerencianet/gn-api-sdk-typescript",
1515
"homepage": "https://github.com/gerencianet/gn-api-sdk-typescript",
16-
"files": ["dist/*", "examples"],
16+
"files": [
17+
"dist/*",
18+
"examples"
19+
],
1720
"keywords": [
1821
"gerencianet",
1922
"pagamentos",

0 commit comments

Comments
 (0)