Skip to content

Commit

Permalink
fix: invalid entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Jan 30, 2024
1 parent 7590dc0 commit 98a5cfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nimma",
"version": "0.4.0",
"version": "0.4.1",
"description": "Scalable JSONPath engine.",
"keywords": [
"json",
Expand All @@ -19,7 +19,7 @@
],
"type": "module",
"types": "./src/index.d.ts",
"main": "./cjs/index.js",
"main": "./cjs/index.cjs",
"module": "./src/index.mjs",
"exports": {
".": {
Expand Down

0 comments on commit 98a5cfa

Please sign in to comment.