diff --git a/package.json b/package.json index f8146ff..62f7de4 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "bbb-video-scraper", - "version": "1.0.0", + "version": "1.0.1", "description": "This is a scraper written in Node.js and using Puppeteer that gets the videos served by BBB services", - "main": "index.js", + "main": "bundled/index.js", + "types": "bundled/index.d.ts", "files": [ "package.json", "bundled",