From 167c817da5d5fcbaeaee223e45d12155ee63e2cc Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Wed, 28 Feb 2024 10:30:51 -0500 Subject: [PATCH] Remove AngularJS from CONTRIBUTING.md. --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c42e78be..26a1d4b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,12 +130,6 @@ A number of style and code rules can be checked with [ESLint](https://eslint.org $ npm run lint - -### AngularJS - -See [bedrock-angular](https://github.com/digitalbazaar/bedrock-angular/blob/master/CONTRIBUTING.md). - - ## Testing * Backend tests are typically written using the mocha framework.