Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b69abda86c | |||
82c7bb3ee1 |
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-06-26 - 2.5.1 - fix(readme)
|
||||
Update license and legal information section in readme
|
||||
|
||||
- Replaced contribution guidelines with detailed legal and trademark information
|
||||
- Clarified MIT license usage and limitations regarding trade names and trademarks
|
||||
- Added company information for Task Venture Capital GmbH
|
||||
|
||||
## 2025-06-26 - 2.5.0 - feat(documentation)
|
||||
Improve README with comprehensive installation, usage, and API reference details
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tsbundle",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"private": false,
|
||||
"description": "a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects",
|
||||
"main": "dist_ts/index.js",
|
||||
|
20
readme.md
20
readme.md
@ -299,13 +299,21 @@ tsbundle works best with the following TypeScript configuration:
|
||||
4. **Assets**: Place static assets in the `assets/` directory
|
||||
5. **HTML**: Keep HTML templates in the `html/` directory
|
||||
|
||||
## Contribution
|
||||
## License and Legal Information
|
||||
|
||||
We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can [contribute one time](https://lossless.link/contribute-onetime) or [contribute monthly](https://lossless.link/contribute). :)
|
||||
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
|
||||
|
||||
For further information read the linked docs at the top of this readme.
|
||||
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.
|
||||
|
||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
|
||||
### Trademarks
|
||||
|
||||
[](https://maintainedby.lossless.com)
|
||||
This project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH.
|
||||
|
||||
### Company Information
|
||||
|
||||
Task Venture Capital GmbH
|
||||
Registered at District court Bremen HRB 35230 HB, Germany
|
||||
|
||||
For any legal inquiries or if you require further information, please contact us via email at hello@task.vc.
|
||||
|
||||
By using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tsbundle',
|
||||
version: '2.5.0',
|
||||
version: '2.5.1',
|
||||
description: 'a multi-bundler tool supporting esbuild, rolldown, and rspack for painless bundling of web projects'
|
||||
}
|
||||
|
Reference in New Issue
Block a user