Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 11, 2024
1 parent ecd3ebb commit 8a21f82
Showing 1 changed file with 15 additions and 30 deletions.
45 changes: 15 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
{
"name": "@vscode/zeromq",
"version": "0.2.1",
"description": "A module for copying zeromq binaries built using Azure Pipelines into the zeromq package.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/vscode-zeromq.git"
},
"keywords": [
"zeromq"
],
"author": "Don Jayamanne",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/vscode-zeromq/issues"
},
"homepage": "https://github.com/microsoft/vscode-zeromq#readme",
"scripts": {
"test": "node ./lib/index.test.js",
"downloadBinaries": "node ./build/prePublish.js"
},
"devDependencies": {
"@types/node": "^18.15.0",
"follow-redirects": "^1.15.2",
"https-proxy-agent": "^5.0.1",
"proxy-from-env": "^1.1.0"
},
"overrides": {
"agent-base": "^6.0.2"
}
"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"
},
"main": "lib/index.js",
"name": "@vscode/zeromq",
"overrides": {
"agent-base": "^6.0.2"
},
"scripts": {
"downloadBinaries": "node ./build/prePublish.js"
}
}

0 comments on commit 8a21f82

Please sign in to comment.