From d1c533e50ea511cf25c72fb37078f65a934f3ea2 Mon Sep 17 00:00:00 2001 From: Andre von Houck Date: Mon, 13 Nov 2017 19:23:45 -0800 Subject: [PATCH 1/2] Added package chrono --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 7d0c61d..6b123f0 100644 --- a/packages.json +++ b/packages.json @@ -7624,5 +7624,20 @@ "description": "Method & assignment cascades for Nim, inspired by Smalltalk & Dart.", "license": "MIT", "web": "https://github.com/citycide/cascade" + }, + { + "name": "chrono", + "url": "https://github.com/treeform/chrono", + "method": "git", + "tags": [ + "library", + "timestamp", + "calendar", + "timezone", + "" + ], + "description": "Calendars, Timestamps and Timezones utilities.", + "license": "MIT", + "web": "https://github.com/treeform/chrono" } ] From d86ee027e0b623fe7284db0a76d66e15e755bfb3 Mon Sep 17 00:00:00 2001 From: treeform Date: Mon, 13 Nov 2017 19:25:03 -0800 Subject: [PATCH 2/2] Update packages.json remove empty tag --- packages.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 6b123f0..c8a8c1e 100644 --- a/packages.json +++ b/packages.json @@ -7633,8 +7633,7 @@ "library", "timestamp", "calendar", - "timezone", - "" + "timezone" ], "description": "Calendars, Timestamps and Timezones utilities.", "license": "MIT",