Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add package.json to exports so it can be resolved
Many tools attempt to require.resolve package.json, and in the latest versions of node that is not possible if the package specifies exports. The solution is to simply add package.json to exports. Resolves CesiumGS#8992
- Loading branch information