1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
Go to file
Daniel James Smith 8fc3cf50d2
Bump node to 16 and npm (#575)
* Bump engines required to node 16 and npm 8

* Bump @types/node to 16
The dep on node 14.18 will get cleaned up once we bump electron

* Modify build.yml to build with node 16 and npm 8

* Update requirements in README.md

* Remove install step for npm 8
npm v8.1.2 is included in node v16

* Rename install step

* Fixed typo
2021-12-13 11:43:10 +01:00
.github Bump node to 16 and npm (#575) 2021-12-13 11:43:10 +01:00
.vscode vs code debugging node 2018-04-20 10:59:35 -04:00
angular Bump angular to 12. (#571) 2021-12-09 15:00:26 +01:00
common Bump node to 16 and npm (#575) 2021-12-13 11:43:10 +01:00
electron Bump node to 16 and npm (#575) 2021-12-13 11:43:10 +01:00
node Bump node to 16 and npm (#575) 2021-12-13 11:43:10 +01:00
spec Dynamically set electron user agent (#524) 2021-10-26 08:45:32 -05:00
.editorconfig update settings 2018-04-10 22:05:36 -04:00
.gitignore setup karma testing 2018-04-17 16:15:19 -04:00
CONTRIBUTING.md Expand CONTRIBUTING.md to include submodule info and workflows (#421) 2021-07-09 08:04:16 +10:00
LICENSE.txt license and contrib 2018-01-26 16:07:38 -05:00
package-lock.json Bump node to 16 and npm (#575) 2021-12-13 11:43:10 +01:00
package.json Bump node to 16 and npm (#575) 2021-12-13 11:43:10 +01:00
README.md Bump node to 16 and npm (#575) 2021-12-13 11:43:10 +01:00
SECURITY.md Uppercase Bitwarden 2018-02-27 14:19:31 -05:00
tsconfig.json Split jslib into multiple modules (#363) 2021-06-03 18:58:57 +02:00
tslint.json Remove empty catch blocks, and update tslint rule (#513) 2021-10-19 10:32:14 +02:00

Github Workflow build on master

Bitwarden JavaScript Library

Common code referenced across Bitwarden JavaScript projects.

Requirements

  • Node.js v16.13.1 or greater
  • NPM v8
  • Git
  • node-gyp

Windows

  • Microsoft Build Tools 2015 in Visual Studio Installer
  • Windows 10 SDK 17134 either by downloading it seperately or through the Visual Studio Installer.