Skip to content

Commit

Permalink
updated packages and npmignore file added
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Rawat committed Aug 12, 2020
1 parent 44837ac commit 94521a9
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 117 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
src/
*.map
.github
.vscode
tsconfig.json
190 changes: 94 additions & 96 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"dependencies": {
"eval": "^0.1.4",
"form-data": "^3.0.0",
"got": "^10.2.0",
"got": "^11.5.2",
"m3u8": "0.0.10",
"psl": "^1.7.0",
"tough-cookie": "^3.0.1",
"psl": "^1.8.0",
"tough-cookie": "^4.0.0",
"x-ray": "^2.3.4"
},
"devDependencies": {
"typescript": "^3.8.3"
"typescript": "^3.9.7"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
Expand Down
Loading

0 comments on commit 94521a9

Please sign in to comment.