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 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" + } }