refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/language-server",
|
||||
"version": "0.8.8",
|
||||
"version": "0.8.9",
|
||||
"type": "module",
|
||||
"description": "Editor-neutral Language Server Protocol implementation for WRNexus .wrn files.",
|
||||
"main": "src/index.ts",
|
||||
|
||||
@@ -6,7 +6,7 @@ import type { Range, TextDocument } from "./index.ts";
|
||||
const SKIPPED_DIRECTORIES = new Set([
|
||||
".git",
|
||||
".wrnexus",
|
||||
".wirefw",
|
||||
".wrnfw",
|
||||
"build",
|
||||
"coverage",
|
||||
"dist",
|
||||
|
||||
Reference in New Issue
Block a user