Skip to content

Commit

Permalink
Drop got dependency, use native fetch (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Dec 29, 2023
1 parent 6b99e49 commit 3629c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-webstore-upload-cli",
"version": "3.0.0",
"version": "3.0.1-0",
"description": "CLI tool to upload Chrome Extensions to the Chrome Web Store",
"keywords": [
"chrome",
Expand Down Expand Up @@ -46,7 +46,7 @@
]
},
"dependencies": {
"chrome-webstore-upload": "^2.0.0",
"chrome-webstore-upload": "^3.0.0",
"junk": "^4.0.1",
"meow": "^12.1.1",
"ora": "^7.0.1",
Expand Down

0 comments on commit 3629c3c

Please sign in to comment.