Skip to content

Commit

Permalink
Merge pull request #128 from mercadopago/fix/npmignore
Browse files Browse the repository at this point in the history
[SDK] Fix npm and gitignore
  • Loading branch information
taliyada authored Feb 10, 2023
2 parents 1df4750 + 0c0c920 commit 160e2a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
dist
dist/
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.github
.pre-commit-config
API
API/
bug_report
CODE_OF_CONDUCT
dist
feature_request
LICENSE
node_modules
SDK/
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@mercadopago/sdk-js",
"version": "0.0.1-alpha",
"version": "0.0.1",
"description": "Mercadopago SDK JS",
"main": "index.js",
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"module": "dist/index.js",
"jsnext:main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 160e2a1

Please sign in to comment.