Package.json changes

pull/9/head
aandrew-me 3 years ago
parent 1dd426025f
commit 1b26055f5e

@ -23,6 +23,12 @@
"name": "Andrew", "name": "Andrew",
"email": "aandrew.me@pm.me" "email": "aandrew.me@pm.me"
}, },
"publish": {
"provider": "github",
"owner": "aandrew-me",
"repo": "ytDownloader",
"private": false
},
"license": "MIT", "license": "MIT",
"description": "Download videos and audios from YouTube", "description": "Download videos and audios from YouTube",
"devDependencies": { "devDependencies": {
@ -37,7 +43,8 @@
"*.js", "*.js",
"./html/**/*", "./html/**/*",
"./resources/**/*", "./resources/**/*",
"./public/**/*" "./public/**/*",
"package.json"
], ],
"mac": { "mac": {
"category": "Utility", "category": "Utility",

Loading…
Cancel
Save