chore: rename plugin ID and name from "obsidian-auto-bullet" to "auto-bullet" for consistency and clarity

This commit is contained in:
Hiroo Takizawa 2025-03-14 17:55:42 +09:00
parent a6188c78ab
commit c3354ee56b
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{
"id": "obsidian-auto-bullet",
"id": "auto-bullet",
"name": "Auto Bullet",
"version": "1.0.1",
"minAppVersion": "0.15.0",
@ -9,4 +9,4 @@
"fundingUrl": "",
"isDesktopOnly": false,
"hasSettings": true
}
}

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "obsidian-auto-bullet",
"name": "auto-bullet",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-auto-bullet",
"name": "auto-bullet",
"version": "1.0.1",
"license": "MIT",
"devDependencies": {

View file

@ -1,5 +1,5 @@
{
"name": "obsidian-auto-bullet",
"name": "auto-bullet",
"version": "1.0.1",
"description": "Automatically inserts bullet points when you type spaces or tabs at the beginning of a line.",
"main": "main.js",