1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 20:53:22 +00:00

Bump NPM to v7 (#922)

* Bump NPM to v7

* Bump npm in build

* Add NPM v7 to readme

* Update node-gyp
This commit is contained in:
Oscar Hinton
2021-05-26 22:44:48 +02:00
committed by GitHub
parent b16f8bc253
commit 42d280ac09
6 changed files with 19883 additions and 2212 deletions

View File

@@ -22,7 +22,7 @@
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull origin master",
"sub:commit": "npm run sub:pull && git commit -am \"update submodule\"",
"postinstall": "./node_modules/.bin/electron-rebuild && npm run sub:init && patch-package",
"postinstall": "electron-rebuild && npm run sub:init && patch-package",
"symlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
"symlink:mac": "npm run symlink:lin",
"symlink:lin": "rm -rf ./jslib && ln -s ../jslib ./jslib",
@@ -329,6 +329,6 @@
},
"engines": {
"node": "~14",
"npm": "~6"
"npm": "~7"
}
}