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

This reverts commit 90f64d5475.
This commit is contained in:
Sukharev
2023-06-19 18:33:39 +08:00
committed by GitHub
parent 90f64d5475
commit 96c7676a13
10 changed files with 109 additions and 1152 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "opencommit",
"version": "2.2.10",
"version": "2.0.19",
"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:push && git push --tags && npm publish --tag latest",
"deploy": "npm run build && npm version patch && 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"