jspm / generator

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

fix: install with no args should not reinstall custom mappings #287

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

See https://github.com/jspm/jspm/issues/189. The logic for an install without arguments in the generator is broken - we should be reinstalling top-level locks, not top-level pins (which can include custom mappings).