Skip to content

Commit

Permalink
build(package.json): add publishing
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 e5c3a53 commit 620254e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "bbb-video-scraper",
"version": "0.0.1",
"version": "1.0.0",
"description": "This is a scraper written in Node.js and using Puppeteer that gets the videos served by BBB services",
"main": "index.js",
"files": [
"package.json",
"bundled",
"README.md",
"LICENSE"
],
"scripts": {
"clean": "shx rm -rf dist bundled",
"pretranspile": "npm run clean",
Expand Down Expand Up @@ -57,4 +63,4 @@
"euberlog": "^2.1.0",
"puppeteer-stream": "^2.0.8"
}
}
}

0 comments on commit 620254e

Please sign in to comment.