Both Package updated

This commit is contained in:
killer069 2021-08-13 23:20:45 +05:30
parent 7e87a3210c
commit 1b44ba8001
2 changed files with 8 additions and 8 deletions

10
package-lock.json generated
View File

@ -1,13 +1,13 @@
{ {
"name": "killer", "name": "play-dl",
"version": "1.0.0", "version": "0.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "killer", "name": "play-dl",
"version": "1.0.0", "version": "0.0.1",
"license": "ISC", "license": "MIT",
"dependencies": { "dependencies": {
"node-fetch": "^2.6.1" "node-fetch": "^2.6.1"
}, },

View File

@ -10,7 +10,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/killer069/node-youtube-dl.git" "url": "git+https://github.com/play-dl/play-dl"
}, },
"keywords": [ "keywords": [
"node-youtube-dl", "node-youtube-dl",
@ -25,9 +25,9 @@
"author": "Killer069", "author": "Killer069",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/killer069/node-youtube-dl/issues" "url": "https://github.com/play-dl/play-dl/issues"
}, },
"homepage": "https://github.com/killer069/node-youtube-dl#readme", "homepage": "https://github.com/play-dl/play-dl#readme",
"files": [ "files": [
"dist/*" "dist/*"
], ],