Skip to content

Commit

Permalink
Merge pull request #130 from mercadopago/feature/fix-package-json
Browse files Browse the repository at this point in the history
[SDK] Add information on package.json
  • Loading branch information
AdaltonLeite authored Feb 13, 2023
2 parents b0e0109 + a279840 commit 840d343
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.github
.pre-commit-config
.pre-commit-config.yaml
API/
bug_report
CODE_OF_CONDUCT
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 840d343

Please sign in to comment.