internal changes only
- remade config module - renamed loc to i18n because that's what all developers do - moved code to src to make repo look cleaner - fixed some i18n strings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cobalt",
|
||||
"description": "easy to use social media downloader",
|
||||
"description": "probably the friendliest social media downloader yet",
|
||||
"version": "2.2",
|
||||
"author": "wukko",
|
||||
"exports": "./cobalt.js",
|
||||
@@ -9,8 +9,8 @@
|
||||
"node": ">=14.16"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node cobalt",
|
||||
"setup": "node modules/setup.js"
|
||||
"start": "node src/cobalt",
|
||||
"setup": "node src/modules/setup"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user