Fixing grammatical errors and enhancing overall grammar in README.md (#190)

* Fixed grammatical errors and enhanced overall grammar in README.md
This commit is contained in:
Avighna
2023-06-19 16:02:12 +05:30
committed by GitHub
parent 32f3e176f0
commit 90f64d5475
10 changed files with 1152 additions and 109 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "opencommit",
"version": "2.0.19",
"version": "2.2.10",
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
"keywords": [
"git",
@@ -41,7 +41,7 @@
"start": "node ./out/cli.cjs",
"dev": "ts-node ./src/cli.ts",
"build": "rimraf out && node esbuild.config.js",
"deploy": "npm run build && npm version patch && npm publish --tag latest",
"deploy": "npm run build:push && git push --tags && npm publish --tag latest",
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
"lint": "eslint src --ext ts && tsc --noEmit",
"format": "prettier --write src"