Broken packages
bmaland opened this issue · 6 comments
Hi, both searchjs@0.15.1 and searchjs@0.15.2 seem to have broken packages on npm (no js files included in the packages). 0.15.0 is the last working version
@bmaland I just saw this as well. ./lib
is now missing.
Looks like npm scripts
has now changed to not run build
https://docs.npmjs.com/misc/scripts. Seems like we need to change build
to something else or add another script, such as prepublish
or pretest
.
Well, ugh.
What exactly changed?
OK, yeah, I see. I had to refresh my memory. I will fix this for a new release rather than force-patching the existing one.
I have been meaning to bundle this as a 1.0.0 finally. I will do a PR and patch with a prepublish
to npm build
, and then release a 1.0.0
OK go check out the finally release 1.0.0
@deitch looks great, thanks!