Skip to content

Commit

Permalink
fix package.json to point to index and typings
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Mar 13, 2019
1 parent 0053c80 commit 8f14e06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "squiss-ts",
"version": "1.2.3",
"version": "1.2.4",
"description": "High-volume SQS poller",
"main": "src/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=6"
},
Expand Down

0 comments on commit 8f14e06

Please sign in to comment.