Skip to content

Commit

Permalink
mess now
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Nov 6, 2024
1 parent a804f06 commit 42a395a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 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.8.3",
"version": "0.8.4",
"engines": {
"vscode": "^1.95.0"
},
Expand Down Expand Up @@ -171,8 +171,6 @@
}
},
"scripts": {
"prepublish": "yarn package",
"vscode:prepublish": "npm run package",
"compile:esbuild": "node ./esbuild.js ",
"compile:css": "npx tailwindcss -i ./src/extension.css -o ./out/extension.css --minify",
"compile": "npm run compile:esbuild && npm run compile:css",
Expand Down Expand Up @@ -220,7 +218,6 @@
},
"files": [
"out/**/*",
"README.md",
"LICENSE",
"resources",
"package.json"
Expand Down

0 comments on commit 42a395a

Please sign in to comment.