- Fix issue with unzipping, simply by not unzipping at all (#37)
- Updated packages (#31)
- Fix issue where TypeSync wouldn't start
- Don't install typings for packages that provide typings (#24)
- Best-effort at respecting semver, falls back to latest (#25)
- Add note about
npx
to README (#21)
- Support object variant of Yarn workspaces config.
- Support monorepos by reading
packages
/workspaces
and syncing matchingpackage.json
files (#11) - Save typings with the same semver range specifier as the code package (#12)
- Updated CLI output to accomodate syncing a monorepo
- Exclude test files from package
- Update packages
- Scoped package support
- Add note about running
npm install
oryarn
- Add
engines
field topackage.json
- Fix typo in package name
- Preserve trailing newline when writing
package.json
to disk
util.promisify
polyfill for Node 6 support
- Initial release