diff --git a/.npmignore b/.npmignore index f34d0b2..95604ff 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,5 @@ .github -.pre-commit-config +.pre-commit-config.yaml API/ bug_report CODE_OF_CONDUCT diff --git a/package.json b/package.json index 9e6166e..4148721 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,13 @@ "jsnext:main": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", + "repository": { + "type": "git", + "url": "git+https://github.com/mercadopago/sdk-js.git" + }, + "bugs": { + "url": "https://github.com/mercadopago/sdk-js/issues" + }, "scripts": { "build": "rm -rf ./dist && tsc -b ./tsconfig.json", "dev": "tsc -c -w",