From 18dcb8e8c2377380c4247da8b72ee802b2271cb5 Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Tue, 28 Mar 2023 11:20:09 +0800 Subject: [PATCH] docs(CONTRIBUTING.md): fix typo in Contacts section chore(package.json): change license from ISC to MIT --- .github/CONTRIBUTING.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 044e7e7..51fba40 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contribution Guidelines -Thank you for considering contributing to the project. Let's shake it baby. +Thanks for considering contributing to the project. ## How to contribute @@ -28,9 +28,9 @@ Use the library to generate commits, stage the files and run `npm run dev` :) If you encounter any issues while using the project, please report them on the GitHub issue tracker. When reporting issues, please include as much information as possible, such as steps to reproduce the issue, expected behavior, and actual behavior. -## Contact us +## Contacts -If you have any questions about contributing to the project, please contact us by [creating an issue](https://github.com/di-sukharev/open-commit/issues) on the GitHub issue tracker. +If you have any questions about contributing to the project, please contact by [creating an issue](https://github.com/di-sukharev/open-commit/issues) on the GitHub issue tracker. ## License diff --git a/package-lock.json b/package-lock.json index 702b863..5edc1ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "opencommit", "version": "1.1.22", - "license": "ISC", + "license": "MIT", "dependencies": { "@clack/prompts": "^0.6.1", "axios": "^1.3.4", diff --git a/package.json b/package.json index cd14d88..62505d8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "type": "module", "author": "https://github.com/di-sukharev", - "license": "ISC", + "license": "MIT", "files": [ "out/**/*" ],