From a943f79fa39fbfdad0a64f382b90a50e099dba53 Mon Sep 17 00:00:00 2001 From: Jeyson Flores <68255757+JeysonFlores@users.noreply.github.com> Date: Tue, 30 May 2023 22:15:42 -0700 Subject: [PATCH] Added measures to package.json (#2619) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 92ea0cd..601840b 100644 --- a/packages.json +++ b/packages.json @@ -30391,5 +30391,20 @@ "description": "A deadly simply log package supporting very simple colorful logging.", "license": "MIT", "web": "https://github.com/sslime336/simplelog" + }, + { + "name": "measures", + "url": "https://github.com/energy-nim/measures", + "method": "git", + "tags": [ + "library", + "units", + "physics", + "metrics", + "measurements" + ], + "description": "General purpose measuring units datatypes with integrated conversions and definitions.", + "license": "MIT", + "web": "https://github.com/energy-nim/measures" } ]