After recent renaming of dist/* files, some file names were not updated
in package.json. This causes issues, specifically in node.js when you do
import { JSONPath } from 'jsonpath-plus', you'll get an error because
it tries to access a non-existent file based on package.json main field.
PR description
After recent renaming of dist/* files, some file names were not updated in package.json. This causes issues, specifically in node.js when you do
import { JSONPath } from 'jsonpath-plus'
, you'll get an error because it tries to access a non-existent file based on package.jsonmain
field.Checklist
npm test
, ensuring linting passes