diff --git a/package.json b/package.json index e88d549f36b813d6bb6b8b0fc9469bd0375b8ccc..5c06dcc5d7adc84e33970e597272c66709f2d387 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "scripts": { "test": "node node_modules/mocha/bin/_mocha", "preinstall": "node build/npm/preinstall.js", - "postinstall": "npm --prefix extensions/json/ install extensions/json/ && npm --prefix extensions/vscode-api-tests/ install extensions/vscode-api-tests/" + "postinstall": "npm --prefix extensions/vscode-api-tests/ install extensions/vscode-api-tests/ && npm --prefix extensions/json/ install extensions/json/" }, "dependencies": { "applicationinsights": "0.15.6",