From 8d9356da27a1d37ffc233aeec3842d7e0b40502e Mon Sep 17 00:00:00 2001 From: "Michael J. Pedersen" Date: Wed, 15 Mar 2023 00:15:15 -0400 Subject: [PATCH] Removing `obsidian-` from package id --- manifest.json | 5 ++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 2303d3b..2968d3b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { - "id": "obsidian-testing-vault", + "id": "testing-vault", "name": "Testing Vault", "version": "1.1.0", "minAppVersion": "0.15.0", "description": "This allows a developer to make a random vault of arbitrary size for testing their plugins.", "author": "Michael J. Pedersen ", "authorUrl": "https://github.com/pedersen", - "fundingUrl": "https://github.com/pedersen/obsidian-testing-vault", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index ac90a44..4c5672b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "obsidian-testing-vault", + "name": "testing-vault", "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "obsidian-testing-vault", + "name": "testing-vault", "version": "1.1.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 00b40da..1d1e60b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "obsidian-testing-vault", + "name": "testing-vault", "version": "1.1.0", "description": "This Obsidian plugin allows the user to generate a vault randomly, complete with orphaned notes, empty notes, and linked notes.", "main": "main.js",