Skip to content

Commit

Permalink
add files
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Nov 6, 2024
1 parent 812b36f commit 16272ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jenkins-log-reader",
"displayName": "AI Log Reader",
"description": "Read jenkins log, analyse with local AI.",
"version": "0.7.29",
"version": "0.8.1",
"engines": {
"vscode": "^1.95.0"
},
Expand Down Expand Up @@ -217,5 +217,10 @@
"marked": "^14.1.3",
"openai": "^4.71.0",
"tailwindcss": "^3.4.14"
}
},
"files": [
"out/**/*",
"README.md",
"package.json"
]
}

0 comments on commit 16272ef

Please sign in to comment.