Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 13, 2024
1 parent dc6b100 commit 0bb3816
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 196 deletions.
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

8 changes: 0 additions & 8 deletions jsconfig.json

This file was deleted.

4 changes: 0 additions & 4 deletions lib/index.test.js

This file was deleted.

153 changes: 0 additions & 153 deletions package-lock.json

This file was deleted.

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"
}
"name": "@vscode/zeromq",
"description": "A module for copying zeromq binaries built using Azure Pipelines into the zeromq package.",
"main": "lib/index.js",
"scripts": {
"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"
}
}

0 comments on commit 0bb3816

Please sign in to comment.