Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dangdungcntt committed Mar 22, 2022
1 parent fcf49c5 commit 8d19a25
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,6 @@ fabric.properties
.idea/sonarlint


# End of https://www.gitignore.io/api/node,webstorm,visualstudiocode
# End of https://www.gitignore.io/api/node,webstorm,visualstudiocode

.DS_Store
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "youtube-stream-url",
"version": "2.0.2",
"description": "Get stream url from youtube link",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dangdungcntt/youtube-stream-url.git"
},
"keywords": [
"youtube",
"stream",
"url"
],
"author": "DangDung <dangdungcntt@gmail.com> (dangdungcntt.wordpress.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dangdungcntt/youtube-stream-url/issues"
},
"homepage": "https://github.com/dangdungcntt/youtube-stream-url#readme",
"dependencies": {
"axios": "^0.21.1"
}
}
"name": "youtube-stream-url",
"version": "2.0.3",
"description": "Get stream url from youtube link",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dangdungcntt/youtube-stream-url.git"
},
"keywords": [
"youtube",
"stream",
"url"
],
"author": "DangDung <dangdungcntt@gmail.com> (dangdungcntt.wordpress.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dangdungcntt/youtube-stream-url/issues"
},
"homepage": "https://github.com/dangdungcntt/youtube-stream-url#readme",
"dependencies": {
"axios": "^0.21.1"
}
}

0 comments on commit 8d19a25

Please sign in to comment.