From 99f0c94d7605321562a423d461a1e92e44dca980 Mon Sep 17 00:00:00 2001 From: Benson Maruchu Date: Mon, 8 Jun 2020 10:18:57 +0300 Subject: [PATCH] chore(build): bundle library for v0.8.1 and update package version --- es/index.js | 5 ----- lib/index.js | 5 ----- package.json | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/es/index.js b/es/index.js index 97ad23d..fcc8489 100644 --- a/es/index.js +++ b/es/index.js @@ -1447,11 +1447,6 @@ const AGE_GROUPS_LOWER_BOUNDARIES = [ 130, 140, 150, - 160, - 170, - 180, - 190, - 200, ]; // generate all age groups from 0 to 200 years diff --git a/lib/index.js b/lib/index.js index cd22352..c1c602b 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1449,11 +1449,6 @@ const AGE_GROUPS_LOWER_BOUNDARIES = [ 130, 140, 150, - 160, - 170, - 180, - 190, - 200, ]; // generate all age groups from 0 to 200 years diff --git a/package.json b/package.json index b6ad48f..7c58780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codetanzania/ewea-reports", - "version": "0.8.0", + "version": "0.8.1", "description": "Common reports for EWEA", "main": "lib/index.js", "module": "es/index.js",