Skip to content

Commit

Permalink
fix(package.json): fix main and types props
Browse files Browse the repository at this point in the history
Signed-off-by: euberdeveloper <euberdeveloper@gmail.com>
  • Loading branch information
euberdeveloper committed Feb 5, 2022
1 parent 620254e commit 67d2f01
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": "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",
Expand Down

0 comments on commit 67d2f01

Please sign in to comment.