Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Dec 11, 2021
1 parent faa82e1 commit d500f8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-video-downloader",
"version": "2.2.0",
"version": "2.3.0",
"description": "A slim and straightfor web app to download YouTube videos.",
"main": "app.js",
"bin": "bin/www",
Expand All @@ -21,7 +21,11 @@
"license": "ISC",
"pkg": {
"assets": "public/**/*",
"targets": ["node14-linux-x64", "node14-win-x64", "node14-macos-x64"],
"targets": [
"node14-linux-x64",
"node14-win-x64",
"node14-macos-x64"
],
"outputPath": "dist"
},
"devDependencies": {
Expand Down

0 comments on commit d500f8d

Please sign in to comment.