Skip to content

Commit

Permalink
Main file fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
barsdeveloper committed Jan 3, 2024
1 parent aa9248f commit 9f75f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "parsernostrum",
"type": "module",
"version": "1.0.3",
"version": "1.0.4",
"description": "A tiny LL parser combinator library for javascript",
"main": "src/Regexer.js",
"main": "src/Parsernostrum.js",
"types": "src/types.js",
"scripts": {
"build": "rollup --config",
Expand Down

0 comments on commit 9f75f52

Please sign in to comment.