ts-packager
Version:
TypeScript npm packager
33 lines (22 loc) • 865 B
Markdown
# ts-packager
## [1.1.0]
### Additions
- [Issue #19] Add support for package.json overrides
### Fixes
- [Issue #20] publish.sh runs the build twice
- [Issue #16] Build throws unfriendly exception if ts-package-config.ts is missing
## [1.0.3]
### Fixes
- [Issue #13] [README] Lint the example
- [Issue #12] publish.sh should chain commands, so that a lint/test failure stops the build chain
- [Issue #11] Relative path dependencies should be updated in the output package.json
## [1.0.2]
### Fixes
- [Issue #5] Example ts-package-config.ts shows wrong import
- [Issue #6] Readme publish.sh should not rely on global ts-packager
- [Issue #8] Example ts-package-config.ts has line length exceeding 80
## [1.0.1]
### Fixes
- [Issue #1] Remove unused dotenv package
- [Issue #3] Fill out package.json
## [1.0.0] Initial Release