Closed esatterwhite closed 1 year ago
The 1.0.0 version of this package on npm defines exports that point to files in a dist directory, which do not exist in the published package.
dist
Unless I'm missing something, the published package is unusable
Trying to require or import the module results in a MODULE_NOT_FOUND error being thrown because dist/ruleset.{js,mjs,ts} do not exists
MODULE_NOT_FOUND
dist/ruleset.{js,mjs,ts}
The package should be published with all necessary files
Fixed with the latest release.
The 1.0.0 version of this package on npm defines exports that point to files in a
dist
directory, which do not exist in the published package.Unless I'm missing something, the published package is unusable
Current Behavior
Trying to require or import the module results in a
MODULE_NOT_FOUND
error being thrown becausedist/ruleset.{js,mjs,ts}
do not existsExpected Behavior
The package should be published with all necessary files
Steps to Reproduce