Skip to content

Commit a84f655

Browse files
authored
Add meta about repository to package.json
1 parent 92829de commit a84f655

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"files": ["dist/**/*"],
1212
"main": "./dist/index.js",
1313
"typings": "./dist/index.d.ts",
14+
"repository": "git+https://github.com/PandaDoc/pandadoc-api-node-client.git",
15+
"bugs": {
16+
"url": "https://github.com/PandaDoc/pandadoc-api-node-client/issues"
17+
},
18+
"homepage": "https://github.com/PandaDoc/pandadoc-api-node-client#readme",
1419
"scripts": {
1520
"build": "tsc",
1621
"prepare": "npm run build"

0 commit comments

Comments
 (0)