Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSkelskey authored and actions-user committed Nov 16, 2024
1 parent fbcfcdc commit c4960c4
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 45 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

### Changelog

- Enhanced commit workflow:
- Added a feedback loop for improved user interaction.
- Introduced an option to unstage changes.

- Enhanced commit workflow:
- Added a feedback loop for improved user interaction.
- Introduced an option to unstage changes.
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "evergit",
"version": "0.1.1",
"description": "A CLI tool for generating commit messages that adhere to the Evergreen ILS project's commit policy.",
"main": "src/main.ts",
"bin": {
"evergit": "dist/main.js"
},
"scripts": {
"start": "node dist/main.js",
"build": "tsc",
"format": "prettier --write .",
"format-check": "prettier --check .",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/oauth": "^0.9.6",
"axios": "^1.7.7",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"inquirer": "^8.0.0",
"oauth-1.0a": "^2.2.6",
"open": "^10.1.0",
"openai": "^4.68.4",
"readline-sync": "^1.4.10",
"semver": "^7.6.3",
"url": "^0.11.4"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/inquirer": "^9.0.7",
"@types/open": "^6.1.0",
"@types/readline-sync": "^1.4.8",
"@types/semver": "^7.5.8",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^4.6.2"
},
"author": "Ian Skelskey <ianskelskey@gmail.com>",
"license": "MIT"
}
"name": "evergit",
"version": "0.1.1",
"description": "A CLI tool for generating commit messages that adhere to the Evergreen ILS project's commit policy.",
"main": "src/main.ts",
"bin": {
"evergit": "dist/main.js"
},
"scripts": {
"start": "node dist/main.js",
"build": "tsc",
"format": "prettier --write .",
"format-check": "prettier --check .",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/oauth": "^0.9.6",
"axios": "^1.7.7",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"inquirer": "^8.0.0",
"oauth-1.0a": "^2.2.6",
"open": "^10.1.0",
"openai": "^4.68.4",
"readline-sync": "^1.4.10",
"semver": "^7.6.3",
"url": "^0.11.4"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/inquirer": "^9.0.7",
"@types/open": "^6.1.0",
"@types/readline-sync": "^1.4.8",
"@types/semver": "^7.5.8",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^4.6.2"
},
"author": "Ian Skelskey <ianskelskey@gmail.com>",
"license": "MIT"
}

0 comments on commit c4960c4

Please sign in to comment.