mirror of
https://github.com/ohm-engineering/obsidian-csharp-interactive.git
synced 2026-07-22 07:24:31 +00:00
Remove obsidian from plugin ID
This commit is contained in:
parent
107f0b26c9
commit
0619d628e4
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue