@ttahub/common 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/constants.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttahub/common",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "The purpose of this package is to reduce code duplication between the frontend and backend projects.",
5
5
  "main": "src/index.js",
6
6
  "author": "",
package/src/constants.js CHANGED
@@ -156,7 +156,6 @@ const TARGET_POPULATIONS = [
156
156
  exports.TARGET_POPULATIONS = TARGET_POPULATIONS;
157
157
 
158
158
  const EVENT_TARGET_POPULATIONS = [
159
- 'Children/Families affected by systemic discrimination/bias/exclusion',
160
159
  'Children/Families affected by traumatic events',
161
160
  'Parents/Families impacted by health disparities',
162
161
  ];