jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

Add chomp to dev dependencies #309

Closed pvh closed 11 months ago

pvh commented 1 year ago

Right now, JSPM assumes chomp is globally installed as part of the prePublishOnly script. This is fragile because the chomp version is unspecified and so if there are incompatible versions of chomp, the build will break (or at least results might be inconsistent.) By pinning chomp, we also make it explicitly part of the environment which will ensure running npm i; npm run prePublishOnly will work for new users.