Removing obsidian- from package id

This commit is contained in:
Michael J. Pedersen 2023-03-15 00:15:15 -04:00
parent 233df7952d
commit 8d9356da27
3 changed files with 5 additions and 6 deletions

View file

@ -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 <m.pedersen@icelus.org>",
"authorUrl": "https://github.com/pedersen",
"fundingUrl": "https://github.com/pedersen/obsidian-testing-vault",
"isDesktopOnly": false
}
}

4
package-lock.json generated
View file

@ -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": {

View file

@ -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",