Skip to content

Commit e288c3b

Browse files
chore(npm): add repository property to fix npm's links
1 parent 75cca91 commit e288c3b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "@passbase/node",
3+
"repository": {
4+
"type": "git",
5+
"url": "https://github.com/passbase/passbase-node.git"
6+
},
37
"version": "1.2.4",
48
"description": "Passbase API client for NodeJS",
59
"main": "lib/index.js",

0 commit comments

Comments
 (0)