docs(CONTRIBUTING.md): fix typo in Contacts section

chore(package.json): change license from ISC to MIT
This commit is contained in:
di-sukharev
2023-03-28 11:20:09 +08:00
parent 8b17b5e906
commit 18dcb8e8c2
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -7,7 +7,7 @@
"": {
"name": "opencommit",
"version": "1.1.22",
"license": "ISC",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.6.1",
"axios": "^1.3.4",
+1 -1
View File
@@ -24,7 +24,7 @@
},
"type": "module",
"author": "https://github.com/di-sukharev",
"license": "ISC",
"license": "MIT",
"files": [
"out/**/*"
],