Remove obsidian from plugin ID

This commit is contained in:
Ivan 2026-05-29 10:51:56 +02:00
parent 107f0b26c9
commit 0619d628e4
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"id": "obsidian-csharp-snippet-runner",
"id": "csharp-snippet-runner",
"name": "C# Snippet Runner",
"version": "1.0.0",
"minAppVersion": "1.12.7",

View file

@ -1,5 +1,5 @@
{
"name": "obsidian-csharp-snippet-runner",
"name": "csharp-snippet-runner",
"version": "1.0.0",
"description": "Obsidian plugin to run C# code blocks with CSharpRepl",
"main": "main.js",