We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd94d7 commit 0ef4b52Copy full SHA for 0ef4b52
1 file changed
packages/lezer-zig/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ndim/lezer-zig",
3
- "version": "0.0.0",
+ "version": "0.1.0",
4
"description": "Lezer grammar for the Zig language",
5
"keywords": [
6
"zig",
@@ -22,6 +22,10 @@
22
"author": "Joel Gustafson",
23
"type": "module",
24
"main": "lib/index.js",
25
+ "exports": {
26
+ ".": "./lib/index.js",
27
+ "./terms": "./lib/index.terms.js"
28
+ },
29
"scripts": {
30
"build": "lezer-generator src/zig.grammar --typeScript --output src/index.ts"
31
},
0 commit comments