Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Merge pull request #39 from yettoapp/patch-package-json
Browse files Browse the repository at this point in the history
Update exports for package
  • Loading branch information
gjtorikian authored Dec 6, 2023
2 parents dc60c9a + dec9bd9 commit 3ed8132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@yettoapp/lezer-jsonc",
"version": "0.0.7",
"version": "0.1.0",
"description": "lezer-based JSONC grammar",
"main": "dist/index.cjs",
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs"
},
Expand Down

0 comments on commit 3ed8132

Please sign in to comment.