vivocha / jsonref

A simple Javascript library implementing the JSON Reference and the JSON Pointer specifications.
MIT License
13 stars 3 forks source link

fix: add the whole dist directory to files #3

Closed alanpoulain closed 4 months ago

alanpoulain commented 2 years ago

Source maps were not exported.

It creates this kind of issue:

Failed to parse source map from 'node_modules/jsonref/dist/errors.js.map' file: Error: ENOENT: no such file or directory

Adding the whole dist directory to files in package.json makes sure everything is exported as expected.

0xfede commented 4 months ago

Hi files are now in the package (v9.0.0). Better late than never... :-)