Skip to content

Commit 4de99b6

Browse files
Refactor package identifiers from 'obsidian-ghost-path' to 'ghost-path' in manifest.json, package.json, and package-lock.json
1 parent a816d77 commit 4de99b6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
"id": "obsidian-ghost-path",
2+
"id": "ghost-path",
33
"name": "Ghost Path",
44
"description": "Turns your notes into full paths behind the scenes while keeping your editor view clean and simple.",
55
"version": "1.0.0",
66
"minAppVersion": "0.15.0",
77
"author": "Fawzi Waly",
88
"authorUrl": "https://github.com/Black-Aura-Labs",
99
"fundingUrl": "https://ko-fi.com/fawziwaly",
10-
"main": "main.js",
1110
"isDesktopOnly": false
1211
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "obsidian-ghost-path",
2+
"name": "ghost-path",
33
"version": "1.0.0",
44
"description": "Turns your notes into full paths behind the scenes while keeping your editor view clean and simple.",
55
"main": "main.js",

0 commit comments

Comments
 (0)