We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee59300 commit a279840Copy full SHA for a279840
package.json
@@ -7,6 +7,13 @@
7
"jsnext:main": "dist/index.js",
8
"types": "dist/index.d.ts",
9
"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
17
"scripts": {
18
"build": "rm -rf ./dist && tsc -b ./tsconfig.json",
19
"dev": "tsc -c -w",
0 commit comments