Skip to content

Commit

Permalink
Updated dependencies, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanatoslayer6 committed Aug 20, 2023
1 parent abdbf92 commit 0bdb29b
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 275 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clistream",
"version": "1.3.1",
"version": "1.4.0",
"description": "Cli app to stream your favorite Movies and TV-Shows",
"main": "index.js",
"repository": "https://github.com/Thanatoslayer6/clistream.git",
Expand All @@ -18,14 +18,14 @@
"clean": "rm -rf bin/ clistream"
},
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.11",
"crypto-js": "^4.1.1",
"enquirer": "^2.3.6",
"enquirer": "^2.4.1",
"node-mpv": "^2.0.0-beta.2"
},
"devDependencies": {
"pkg": "^5.7.0"
"pkg": "^5.8.1"
},
"pkg": {
"targets": [
Expand Down
Loading

0 comments on commit 0bdb29b

Please sign in to comment.