From 8a9d4bebcdd6ffab4dbf84283ae76961cdecba06 Mon Sep 17 00:00:00 2001 From: Fahad Heylaal Date: Wed, 30 Jul 2025 14:24:41 +0200 Subject: [PATCH 1/2] Update readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 25ef014f..9a749071 100644 --- a/readme.md +++ b/readme.md @@ -101,6 +101,7 @@ - [Blogging](#blogging) - [Weird](#weird) - [Serialization](#serialization) + - [Feature management](#feature-management) - [Miscellaneous](#miscellaneous) - [Package Manager](#package-manager) - [Resources](#resources) @@ -750,6 +751,10 @@ - [protobuf](https://github.com/protobufjs/protobuf.js) - Implementation of Protocol Buffers. - [compactr](https://github.com/compactr/compactr.js) - Implementation of the Compactr protocol. +### Feature management + +- [Featurevisor](https://github.com/featurevisor/featurevisor] - Feature flags management, a/b tests, and remote configuration with Git + ### Miscellaneous - [execa](https://github.com/sindresorhus/execa) - Better `child_process`. From c7e009cc40669f64e954708c920d78710b56d7c1 Mon Sep 17 00:00:00 2001 From: Fahad Heylaal Date: Wed, 30 Jul 2025 14:28:10 +0200 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9a749071..1bda3bc3 100644 --- a/readme.md +++ b/readme.md @@ -753,7 +753,7 @@ ### Feature management -- [Featurevisor](https://github.com/featurevisor/featurevisor] - Feature flags management, a/b tests, and remote configuration with Git +- [Featurevisor](https://github.com/featurevisor/featurevisor] - Feature flags management, a/b tests, and remote configuration with Git. ### Miscellaneous