jspm 0.17.0-beta.13
guybedford
released this
11 Apr 10:58
·
777 commits
to main
since this release
Features
- Upgrades to SystemJS 0.19.26 and SystemJS Builder 0.15.15
- Undeprecate directories.lib (0503a81)
- Treat peerDependencies of devDependencies as devDependencies instead of peerDependencies (42f21e6)
- Relax linking restrictions (068a04d)
Bug Fixes
- Linking packages with a directories.lib windows support fix (76b0568)
- Fixes baseURL support for --watch (96ca924)
- Ensure lib and main are properly set in package.json (9a959da)
- Fixes handling of module names like
toString
in Lodash (jspm/npm@7fefe01) - Ensure
.
requires resolve correctly for npm conversion (jspm/npm@cf991ba)