From 5902118f19540b61072dd7b80256ebaf0af6df43 Mon Sep 17 00:00:00 2001 From: Pavel Nuzhdin Date: Mon, 7 Aug 2017 11:10:04 +0700 Subject: [PATCH] Added package redux --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 92a88c0..3949699 100644 --- a/packages.json +++ b/packages.json @@ -6933,5 +6933,16 @@ "description": "calendar.py from Pythons stdlib translated to Nim", "license": "MIT", "web": "https://docs.python.org/2/library/calendar.html" - } + }, + { + "name": "redux", + "url": "https://github.com/pragmagic/redux.nim", + "method": "git", + "tags": [ + "redux" + ], + "description": "Predictable state container.", + "license": "MIT", + "web": "https://github.com/pragmagic/redux.nim" + } ]