From 8d19a257300f19dc0e59e4c0927a1d72bf48e463 Mon Sep 17 00:00:00 2001 From: Dung Nguyen Dang Date: Tue, 22 Mar 2022 08:33:40 +0700 Subject: [PATCH] Release 2.0.3 --- .gitignore | 4 +++- package.json | 52 ++++++++++++++++++++++++++-------------------------- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index 8ce6254..4e22c12 100644 --- a/.gitignore +++ b/.gitignore @@ -137,4 +137,6 @@ fabric.properties .idea/sonarlint -# End of https://www.gitignore.io/api/node,webstorm,visualstudiocode \ No newline at end of file +# End of https://www.gitignore.io/api/node,webstorm,visualstudiocode + +.DS_Store \ No newline at end of file diff --git a/package.json b/package.json index 4eb902a..79b29b9 100644 --- a/package.json +++ b/package.json @@ -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.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.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" + } +} \ No newline at end of file