jspm / generator

JSPM Import Map Generator
Apache License 2.0
166 stars 21 forks source link

feat: devDependencies local scoping #88

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This adds local scoping for "devDependencies" to ensure that their resolutions are only followed when the current package scope matches the generator installer package scope.

Resolves https://github.com/jspm/generator/issues/84.