Skip to content

Commit 0ef4b52

Browse files
committed
lezer-zig: v0.1.0
1 parent cdd94d7 commit 0ef4b52

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/lezer-zig/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ndim/lezer-zig",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Lezer grammar for the Zig language",
55
"keywords": [
66
"zig",
@@ -22,6 +22,10 @@
2222
"author": "Joel Gustafson",
2323
"type": "module",
2424
"main": "lib/index.js",
25+
"exports": {
26+
".": "./lib/index.js",
27+
"./terms": "./lib/index.terms.js"
28+
},
2529
"scripts": {
2630
"build": "lezer-generator src/zig.grammar --typeScript --output src/index.ts"
2731
},

0 commit comments

Comments
 (0)