Skip to content

jspm 0.10.5

Compare
Choose a tag to compare
@guybedford guybedford released this 15 Jan 09:55
· 1393 commits to main since this release

Lots of bug fixes, thanks so everyone who reported these!

Bug Fixes

Features

  • Setting registry: jspm is no longer mandatory within overrides that have dependencies, and implied by default (2f50f18, 8d80d85, see #360).
  • Command shortcuts like jspm i for install etc (157eb51)
  • Experimental jspm resolve --only github:components/[email protected] feature - ensures that the only version installed of a given package name is the version specified, regardless of version constraints.
  • API installs use default prompts instead of stalling (f91375b)