Skip to content

Commit

Permalink
fix: wrong path to dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
radekl committed Jul 29, 2021
1 parent c76e004 commit e5fa09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dynamo/package.json
@@ -1,7 +1,7 @@
{
"name": "Dynamo",
"description": "AWS SDK V3 access for OneTable",
"main": "dist/cjs/Dynamo.js",
"main": "../dist/cjs/Dynamo.js",
"module": "../dist/mjs/Dynamo.js",
"types": "../dist/mjs/Dynamo.d.ts"
}

0 comments on commit e5fa09f

Please sign in to comment.