mirror of
https://github.com/takitsuba/obsidian-auto-bullet.git
synced 2026-07-22 05:42:45 +00:00
chore: rename plugin ID and name from "obsidian-auto-bullet" to "auto-bullet" for consistency and clarity
This commit is contained in:
parent
a6188c78ab
commit
c3354ee56b
3 changed files with 5 additions and 5 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue