From 44190fc505094b5360712ec8529a3779bb9114ff Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 7 Nov 2020 02:16:07 -0800 Subject: [PATCH] add bumpy and urlly (#1701) --- packages.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages.json b/packages.json index 0734fee..6a07d67 100644 --- a/packages.json +++ b/packages.json @@ -11049,6 +11049,30 @@ "license": "MIT", "web": "https://github.com/treeform/typography" }, + { + "name": "bumpy", + "url": "https://github.com/treeform/bumpy", + "method": "git", + "tags": [ + "2d", + "collision" + ], + "description": "2d collision library for Nim.", + "license": "MIT", + "web": "https://github.com/treeform/bumpy" + }, + { + "name": "urlly", + "url": "https://github.com/treeform/urlly", + "method": "git", + "tags": [ + "url", + "uri" + ], + "description": "URL and URI parsing for C and JS backend.", + "license": "MIT", + "web": "https://github.com/treeform/urlly" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo",