Skip to content

Commit

Permalink
Fixing build package
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed May 4, 2021
1 parent 66a299c commit 4dbfdbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
src
test
tests
sample
.github
.nyc_output
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": "@deepgram/sdk",
"version": "0.6.0",
"description": "An SDK for the Deepgram automated speech recognition platform",
"main": "out/deepgram.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p ./",
"coverage": "nyc npm run test",
Expand Down

0 comments on commit 4dbfdbf

Please sign in to comment.