Skip to content

Commit

Permalink
feat: Update logging setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jul 17, 2023
1 parent d2d785c commit 6f0d55e
Show file tree
Hide file tree
Showing 15 changed files with 781 additions and 710 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ extension/sources.zip
extension/manifest.json
extension/*.xpi
extension/.web-extension-id
.vscode
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "publish-browser-extension",
"description": "Easily publish web extensions to their stores",
"version": "1.3.0",
"engines": {
"node": "18",
"pnpm": "8"
},
"license": "MIT",
"keywords": [
"chrome-web-store",
Expand Down Expand Up @@ -56,12 +60,15 @@
},
"dependencies": {
"cli-highlight": "^2.1.11",
"consola": "^3.2.3",
"extract-zip": "^2.0.1",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
"node-fetch": "^2",
"open": "^9.1.0"
"open": "^9.1.0",
"ora": "^6.3.1",
"picocolors": "^1.0.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
Expand Down
Loading

0 comments on commit 6f0d55e

Please sign in to comment.