Skip to content

Commit

Permalink
set proxy-agent as proxy to fix npm installation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
addozhang committed Nov 7, 2023
1 parent 23365f6 commit 05d8b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"authorUrl": "https://atbug.com",
"isDesktopOnly": true,
"minAppVersion": "0.11.0",
"version": "0.3.3"
"version": "0.3.4"
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-image-upload-toolkit",
"version": "0.3.3",
"version": "0.3.4",
"description": "",
"author": "addozhang",
"main": "main.js",
Expand All @@ -16,6 +16,7 @@
"typescript": "^4.0.3"
},
"dependencies": {
"ali-oss": "^6.17.1"
"ali-oss": "^6.17.1",
"proxy-agent": "^5.0.0"
}
}

0 comments on commit 05d8b6f

Please sign in to comment.