aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-10-07 08:45:32 -0500
committerMark Powers <markppowers0@gmail.com>2020-10-07 08:45:32 -0500
commit98da11b940c194f5e4bd423cb57d252df6185715 (patch)
treea6b55f19fe08be5cc68033fee2b72c53ac269170 /package.json
parent0712bdcc1e9c67bdde0a89c94ca5d72822ead854 (diff)
Add budget goals
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4bc399b..1d1cbdc 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"jsonwebtoken": "^8.5.1",
"mysql2": "^1.6.5",
"readline-sync": "^1.4.10",
- "sequelize": "^5.19.5"
+ "sequelize": "^5.19.5",
+ "uplot": "^1.1.0"
}
}