From b7e112a78db3f31d70bca16251fee7c2cfbc88c7 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 25 Feb 2021 16:43:45 -0700 Subject: [PATCH] chore: reorder package.json lib/vscode --- lib/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vscode/package.json b/lib/vscode/package.json index b98034f2..8c2943cd 100644 --- a/lib/vscode/package.json +++ b/lib/vscode/package.json @@ -109,10 +109,10 @@ "@types/gulp-postcss": "^8.0.0", "@types/http-proxy-agent": "^2.0.1", "@types/keytar": "^4.4.0", - "@types/proxy-from-env": "^1.0.1", "@types/minimist": "^1.2.1", "@types/mocha": "^8.2.0", "@types/node": "^12.19.9", + "@types/proxy-from-env": "^1.0.1", "@types/sinon": "^1.16.36", "@types/trusted-types": "^1.0.6", "@types/vscode-windows-registry": "^1.0.0",