Skip to content

Commit a279840

Browse files
committed
Add repository and bugs session on package.json
1 parent ee59300 commit a279840

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"jsnext:main": "dist/index.js",
88
"types": "dist/index.d.ts",
99
"typings": "dist/index.d.ts",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/mercadopago/sdk-js.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/mercadopago/sdk-js/issues"
16+
},
1017
"scripts": {
1118
"build": "rm -rf ./dist && tsc -b ./tsconfig.json",
1219
"dev": "tsc -c -w",

0 commit comments

Comments
 (0)