diff options
| author | Damian Tarnawski <gthetarnav@gmail.com> | 2024-04-20 13:09:35 +0200 |
|---|---|---|
| committer | Damian Tarnawski <gthetarnav@gmail.com> | 2024-04-20 13:09:35 +0200 |
| commit | ba538e8c2e92edbda1d7f4083e7685541efd8419 (patch) | |
| tree | 1f3e25a618c2da428b6be03c52b715bebc913acf /editors | |
| parent | 44035ebcf7df40cd24482cef5145394945284ca0 (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/.npmrc | 1 | ||||
| -rw-r--r-- | editors/vscode/package-lock.json | 4 |
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", |