Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 12, 2024
1 parent 8a21f82 commit 4617118
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"description": "A module for copying zeromq binaries built using Azure Pipelines into the zeromq package.",
"devDependencies": {
"@types/node": "^20.14.2",
"follow-redirects": "^1.15.6",
"https-proxy-agent": "^7.0.4",
"proxy-from-env": "^1.1.0"
"@types/node": "20.14.2",
"follow-redirects": "1.15.6",
"https-proxy-agent": "7.0.4",
"proxy-from-env": "1.1.0"
},
"main": "lib/index.js",
"name": "@vscode/zeromq",
"overrides": {
"agent-base": "^6.0.2"
"agent-base": "6.0.2"
},
"scripts": {
"downloadBinaries": "node ./build/prePublish.js"
Expand Down

0 comments on commit 4617118

Please sign in to comment.