Closed MattCheely closed 6 years ago
It seems like the recent addition of the files property to package.json caused the upgrade script to be excluded from the published package. I'd have expected npm include the files in bin anyway to prevent broken installs, but ¯_(ツ)_/¯
files
package.json
bin
Thanks! I actually was reading the package.json docs when I added that and thought it explicitly said that stuff in bin was already included!
Published elm-upgrade@0.19.6 -- hopefully that fixes it!
elm-upgrade@0.19.6
It seems like the recent addition of the
files
property topackage.json
caused the upgrade script to be excluded from the published package. I'd have expected npm include the files inbin
anyway to prevent broken installs, but ¯_(ツ)_/¯