Removed email address from package.json and manifest.json

This commit is contained in:
SebastianMC 2022-09-29 18:04:05 +02:00
parent 57b1cd8ae2
commit a2126fa888
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"version": "0.8.1", "version": "0.8.1",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer", "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", "authorUrl": "https://github.com/SebastianMC",
"isDesktopOnly": false "isDesktopOnly": false
} }

View File

@ -13,7 +13,8 @@
"obsidian", "obsidian",
"custom sorting" "custom sorting"
], ],
"author": "SebastianMC <SebastianMC.github@gmail.com>", "author": "SebastianMC",
"repository": "https://github.com/SebastianMC/obsidian-custom-sort",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@types/jest": "^28.1.2", "@types/jest": "^28.1.2",