jspm / generator

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

feat: unstable installs via install(pkg@) #167

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This explicitly adds support for generator.install('pkg@/subpath') for installing the latest edge version of a dependency.

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