JSONPath-Plus / JSONPath

A fork of JSONPath from http://goessner.net/articles/JsonPath/
Other
975 stars 175 forks source link

Fix file extensions in package.json #156

Closed matushorvath closed 3 years ago

matushorvath commented 3 years ago

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.json main field.

Checklist