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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user