Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 30, 2024
1 parent e0f617f commit 8d3f014
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 119 deletions.
7 changes: 0 additions & 7 deletions .prettierrc.json

This file was deleted.

13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
{
"name": "@vscode/dts",
"version": "0.4.1",
"description": "CLI utility for downloading vscode.d.ts and vscode.proposed.d.ts",
"author": {
"name": "Microsoft Corporation"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-dts.git"
},
"bin": "index.js",
"scripts": {
"compile": "tsc -p .",
"watch": "tsc -w -p .",
"prepublishOnly": "tsc -p ."
},
"license": "MIT",
"dependencies": {
"https-proxy-agent": "^7.0.0",
"minimist": "^1.2.8",
Expand All @@ -25,7 +15,6 @@
"@types/minimist": "^1.2.2",
"@types/node": "^14.0.0",
"@types/prompts": "^2.4.4",
"@types/rimraf": "^3.0.2",
"typescript": "^5.1.3"
"@types/rimraf": "^3.0.2"
}
}
100 changes: 0 additions & 100 deletions yarn.lock

This file was deleted.

0 comments on commit 8d3f014

Please sign in to comment.