Skip to content

Commit 75ecff1

Browse files
committed
codemirror-lang-zig: v0.1.0
1 parent 0ef4b52 commit 75ecff1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/codemirror-lang-zig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ndim/codemirror-lang-zig",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "Zig language support for Codemirror",
66
"keywords": [
77
"zig",
@@ -22,6 +22,6 @@
2222
".": "./lib/index.js"
2323
},
2424
"dependencies": {
25-
"lezer-zig": "^0.0.0"
25+
"lezer-zig": "^0.1.0"
2626
}
2727
}

0 commit comments

Comments
 (0)