Skip to content

Commit

Permalink
Specify as module explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
crummy committed Dec 20, 2024
1 parent c7843d0 commit d91df47
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,8 +1,9 @@
{
"name": "ppegjs",
"version": "0.1.1",
"version": "0.1.2",
"description": "A portable Parser Expression Grammar.",
"main": "index.js",
"type": "module",
"directories": {
"example": "examples",
"test": "tests"
Expand Down

0 comments on commit d91df47

Please sign in to comment.