Skip to content

Commit eb56fe6

Browse files
Nikola HristovNikola Hristov
authored andcommitted
Remove project dependencies
1 parent b8ced61 commit eb56fe6

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-
"name": "@codeeditorland/python-installer",
2+
"dependencies": {},
33
"description": "VS Code module for installing python packages",
4+
"devDependencies": {},
5+
"name": "@codeeditorland/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)