Skip to content

Commit 919dac2

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent f03caf4 commit 919dac2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"dependencies": {},
3-
"description": "VS Code module for installing python packages",
4-
"devDependencies": {},
52
"name": "@vscode/python-installer",
3+
"description": "VS Code module for installing python packages",
64
"scripts": {
75
"compile": "tsc -p ./",
86
"compilewatch": "tsc -watch -p ./",
97
"download-api": "vscode-dts dev",
108
"postdownload-api": "vscode-dts main"
11-
}
9+
},
10+
"dependencies": {},
11+
"devDependencies": {}
1212
}

0 commit comments

Comments
 (0)