diff --git a/.npmignore b/.npmignore index 806d6669..deaa7142 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,5 @@ src -test +tests sample .github .nyc_output diff --git a/package.json b/package.json index cc01fdd5..5c959cb1 100644 --- a/package.json +++ b/package.json @@ -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",