Removed email address from package.json and manifest.json
This commit is contained in:
parent
57b1cd8ae2
commit
a2126fa888
|
@ -4,7 +4,7 @@
|
|||
"version": "0.8.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
|
||||
"author": "SebastianMC <SebastianMC.github@gmail.com>",
|
||||
"author": "SebastianMC",
|
||||
"authorUrl": "https://github.com/SebastianMC",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"obsidian",
|
||||
"custom sorting"
|
||||
],
|
||||
"author": "SebastianMC <SebastianMC.github@gmail.com>",
|
||||
"author": "SebastianMC",
|
||||
"repository": "https://github.com/SebastianMC/obsidian-custom-sort",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^28.1.2",
|
||||
|
|
Loading…
Reference in New Issue