diff --git a/README.md b/README.md index 4017cd1..1766662 100644 --- a/README.md +++ b/README.md @@ -36,28 +36,9 @@ npm i -g bootstrapper-script-generator This recreates the codebase in the current directory. ---- - -### Enjoy using the **Bootstrapper Script Generator** to customize new framework creation! -
-logo - -## Licensing - -This project is licensed under the MIT License. - -### Third-Party Licenses - -The repository uses some third-party dependencies under other licenses: - -- Apache-2.0 -- BSD-3-Clause -- ISC - -The full texts of these licenses are included in the repository. +logo ## Contributions and Issues -Contributions are welcome! If you have ideas for improvements, please open an issue first for discussion before submitting a pull request. -You can report issues or start discussions here: [Open an issue](https://github.com/mattfsourcecode/bootstrapper-script-generator/issues) +Contributions are welcome! If you have ideas for improvements, [open an issue](https://github.com/mattfsourcecode/bootstrapper-script-generator/issues). diff --git a/package.json b/package.json index 49dac1f..0200368 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrapper-script-generator", - "version": "1.1.0", + "version": "1.2.0", "description": "CLI tool that generates customizable shell scripts for bootstrapping specifiable codebase directories", "main": "dist/index.js", "license": "MIT",