Skip to content

Commit

Permalink
feat: fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
willy-dunamu committed Sep 4, 2024
1 parent e283083 commit 54107db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/code-review-gpt/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
"name": "code-review-gpt",
"version": "0.1.9",
"version": "0.0.9",
"description": "Your AI code reviewer. Improve code quality and catch bugs before you break production",
"bin": {
"code-review-gpt": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mattzcarey/code-review-gpt"
},
"scripts": {
"lint-fix": "eslint . --ext=js,ts,tsx --fix",
"lint-test": "eslint . --ext=js,ts",
Expand Down

0 comments on commit 54107db

Please sign in to comment.