Skip to content
Snippets Groups Projects
Commit 3ccaa60f authored by dgelessus's avatar dgelessus
Browse files

Move run-script-os into devDependencies

parent 5d361df2
Branches
Tags
No related merge requests found
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
"net": "^1.0.2", "net": "^1.0.2",
"path": "^0.12.7", "path": "^0.12.7",
"portastic": "^1.0.1", "portastic": "^1.0.1",
"run-script-os": "^1.1.6",
"stream-to-array": "^2.3.0", "stream-to-array": "^2.3.0",
"tcp-port-used": "^1.0.2", "tcp-port-used": "^1.0.2",
"ts-xor": "^1.0.8", "ts-xor": "^1.0.8",
...@@ -36,6 +35,7 @@ ...@@ -36,6 +35,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "^14.14.44", "@types/node": "^14.14.44",
"@vscode/vsce": "^2.19.0", "@vscode/vsce": "^2.19.0",
"run-script-os": "^1.1.6",
"typescript": "^4.8.4" "typescript": "^4.8.4"
}, },
"engines": { "engines": {
......
...@@ -147,6 +147,7 @@ ...@@ -147,6 +147,7 @@
"devDependencies": { "devDependencies": {
"@types/node": "^14.14.44", "@types/node": "^14.14.44",
"@vscode/vsce": "^2.19.0", "@vscode/vsce": "^2.19.0",
"run-script-os": "^1.1.6",
"typescript": "^4.8.4" "typescript": "^4.8.4"
}, },
"dependencies": { "dependencies": {
...@@ -162,7 +163,6 @@ ...@@ -162,7 +163,6 @@
"net": "^1.0.2", "net": "^1.0.2",
"path": "^0.12.7", "path": "^0.12.7",
"portastic": "^1.0.1", "portastic": "^1.0.1",
"run-script-os": "^1.1.6",
"stream-to-array": "^2.3.0", "stream-to-array": "^2.3.0",
"tcp-port-used": "^1.0.2", "tcp-port-used": "^1.0.2",
"ts-xor": "^1.0.8", "ts-xor": "^1.0.8",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment