Skip to content

Commit

Permalink
define index.js as main entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoods committed Oct 11, 2019
1 parent 1b8d5b6 commit 406e5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-polly-voices",
"version": "0.0.0-development",
"description": "Helper module to get AWS polly voices in an idiomatic way",
"main": "dist/index.ts",
"main": "dist/index.js",
"scripts": {
"dev": "nodemon --exec ts-node src/index.ts",
"test": "jest --coverage",
Expand Down

0 comments on commit 406e5c7

Please sign in to comment.