jspm 0.10.5
Lots of bug fixes, thanks so everyone who reported these!
Bug Fixes
- Fix possible install exception (f5e620d)
- Fix uninstall behaviour in windows (7d7f2dc)
- Fix files and ignore handling in windows (20f5224)
- Fix shim application in windows (6f49d82)
- Fix
.js
handling of main entry points (ec4dc7d, systemjs/systemjs#318) - Fix empty dependencies issue (826a7bb)
- API baseURL support fixed (0921b2c)
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)