Skip to content

Commit 864ada9

Browse files
committed
fix(package): update repository URL format and format keywords for readability
1 parent 0423007 commit 864ada9

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22
"name": "nfe-io",
33
"version": "3.0.1",
44
"description": "Official NFE.io SDK for Node.js 18+ - TypeScript native with zero runtime dependencies",
5-
"keywords": ["nfe", "nfse", "nota-fiscal", "invoice", "brazil", "typescript"],
5+
"keywords": [
6+
"nfe",
7+
"nfse",
8+
"nota-fiscal",
9+
"invoice",
10+
"brazil",
11+
"typescript"
12+
],
613
"author": {
714
"name": "NFE.io Team",
815
"email": "dev@nfe.io"
916
},
1017
"license": "MIT",
1118
"repository": {
1219
"type": "git",
13-
"url": "https://github.com/nfe/client-nodejs.git"
20+
"url": "git+https://github.com/nfe/client-nodejs.git"
1421
},
1522
"bugs": "https://github.com/nfe/client-nodejs/issues",
1623
"homepage": "https://nfe.io",

0 commit comments

Comments
 (0)