diff --git a/manifest.json b/manifest.json index f14e512..b0d32fe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "id": "obsidian-course-module-loader", + "id": "course-module-loader", "name": "Course Module Loader", "version": "1.0.0", "minAppVersion": "0.15.0", diff --git a/package.json b/package.json index 94ba35e..c4e6d2f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "obsidian-course-module-loader", + "name": "course-module-loader", "version": "1.0.0", "description": "Downloads course modules from a given URL and loads them into Obsidian.", "main": "main.js",