Skip to content

Commit 4dbfdbf

Browse files
committed
Fixing build package
1 parent 66a299c commit 4dbfdbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
src
2-
test
2+
tests
33
sample
44
.github
55
.nyc_output

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@deepgram/sdk",
33
"version": "0.6.0",
44
"description": "An SDK for the Deepgram automated speech recognition platform",
5-
"main": "out/deepgram.js",
5+
"main": "dist/index.js",
66
"scripts": {
77
"build": "tsc -p ./",
88
"coverage": "nyc npm run test",

0 commit comments

Comments
 (0)