Skip to content

Commit

Permalink
Use npm 6 for build & packaging
Browse files Browse the repository at this point in the history
This is to work around several issues use npm 7 or 8 with vscode
packaging:
* microsoft/vscode-vsce#439
* microsoft/vscode-vsce#673
  • Loading branch information
smithgp committed Jun 29, 2022
1 parent 3e569ba commit 5538997
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions package.json
@@ -1,4 +1,17 @@
{
"name": "analyticsdx-vscode",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/forcedotcom/analyticsdx-vscode.git"
},
"engines": {
"node": ">=16.13.0"
},
"dependencies": {
"node": "^16.13.0",
"npm": "^6"
},
"devDependencies": {
"@salesforce/dev-config": "1.5.0",
"@types/lerna-alias": "3.0.0",
Expand Down Expand Up @@ -42,10 +55,5 @@
"build-all-vsixs": "node scripts/build-all-vsixs.js",
"update-sha256": "node scripts/update-sha256.js",
"publish-all-vsixs": "node scripts/publish-all-vsixs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forcedotcom/analyticsdx-vscode.git"
},
"license": "BSD-3-Clause"
}
}

0 comments on commit 5538997

Please sign in to comment.