Skip to content

Commit 6b76596

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 372ed14 commit 6b76596

File tree

5 files changed

+4
-208
lines changed

5 files changed

+4
-208
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/Dependabot.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/GitHub.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/Node.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "@vscode/python-installer",
2+
"dependencies": {},
33
"description": "VS Code module for installing python packages",
4+
"devDependencies": {},
5+
"name": "@vscode/python-installer",
46
"scripts": {
57
"compile": "tsc -p ./",
68
"compilewatch": "tsc -watch -p ./",
79
"download-api": "vscode-dts dev",
810
"postdownload-api": "vscode-dts main"
9-
},
10-
"dependencies": {},
11-
"devDependencies": {}
11+
}
1212
}

0 commit comments

Comments
 (0)