Skip to content

Commit 0561939

Browse files
authored
Merge pull request #172 from longlho/patch-1
Update package.json's main field
2 parents 9f6c3ff + 1d8ecdb commit 0561939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@mercadopago/sdk-js",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "Mercadopago SDK JS",
5-
"main": "index.js",
5+
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"jsnext:main": "dist/index.js",
88
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)