From be13344f9d4a3669cc30b5c431f4c6a6b1d56f77 Mon Sep 17 00:00:00 2001 From: Hector Alfaro Date: Tue, 24 Sep 2019 05:54:16 -0400 Subject: [PATCH 1/2] add team notes on automation --- automation.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 automation.md diff --git a/automation.md b/automation.md new file mode 100644 index 0000000..36255a4 --- /dev/null +++ b/automation.md @@ -0,0 +1,7 @@ +The team would like: + - [ ] branch protections + - [ ] required review approvals + - [ ] easy way to see when enough approvals has been achieved + - [ ] matrix build + - [ ] save build artifacts + - [ ] dedicated test job \ No newline at end of file From 73070c41efb1e43db3d9a16bd1a7f7ec336ec4bf Mon Sep 17 00:00:00 2001 From: Lia Keston Date: Mon, 21 Sep 2020 14:43:43 -0400 Subject: [PATCH 2/2] bump node-forge --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 96e99be..bcc0483 100644 --- a/package.json +++ b/package.json @@ -33,5 +33,7 @@ "webpack-cli": "^3.2.1", "webpack-dev-server": "^3.1.14" }, - "dependencies": {} + "dependencies": { + "node-forge": "^0.10.0" + } }