mirror of
https://github.com/natri0/obsidian-bytefield.git
synced 2026-07-22 05:45:18 +00:00
Remove email from manifest
This commit is contained in:
parent
9682b919ac
commit
061f9072da
2 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "bytefield",
|
||||
"name": "Byte Field Diagrams",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Adds diagrams that show how structures are laid out in memory / network.",
|
||||
"author": "Lina <dev@natri.fyi>",
|
||||
"author": "natri0",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-bytediag",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"main": "main.js",
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.14.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue