summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDamian Tarnawski <gthetarnav@gmail.com>2024-04-20 13:09:35 +0200
committerDamian Tarnawski <gthetarnav@gmail.com>2024-04-20 13:09:35 +0200
commitba538e8c2e92edbda1d7f4083e7685541efd8419 (patch)
tree1f3e25a618c2da428b6be03c52b715bebc913acf /editors
parent44035ebcf7df40cd24482cef5145394945284ca0 (diff)
add .npmrc file to enforce hoisted install strategy
`vsce` doesn't work with linked strategy that users might default to
Diffstat (limited to 'editors')
-rw-r--r--editors/vscode/.npmrc1
-rw-r--r--editors/vscode/package-lock.json4
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/vscode/.npmrc b/editors/vscode/.npmrc
new file mode 100644
index 0000000..ec84bd8
--- /dev/null
+++ b/editors/vscode/.npmrc
@@ -0,0 +1 @@
+install-strategy=hoisted \ No newline at end of file
diff --git a/editors/vscode/package-lock.json b/editors/vscode/package-lock.json
index 6d2309e..da86bd6 100644
--- a/editors/vscode/package-lock.json
+++ b/editors/vscode/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "ols",
- "version": "0.1.26",
+ "version": "0.1.27",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ols",
- "version": "0.1.26",
+ "version": "0.1.27",
"dependencies": {
"adm-zip": "^0.5.9",
"https-proxy-agent": "^5.0.0",