From 370704f1ef35fab8eabd5079542e4a3902fec9e2 Mon Sep 17 00:00:00 2001 From: treeform Date: Thu, 16 Jan 2020 22:11:16 -0800 Subject: [PATCH] Add googleapi and fidget, remove .git from URLs of my pkgs. (#1327) --- packages.json | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/packages.json b/packages.json index 35d1211..fff32f9 100644 --- a/packages.json +++ b/packages.json @@ -10691,7 +10691,7 @@ }, { "name": "print", - "url": "https://github.com/treeform/print.git", + "url": "https://github.com/treeform/print", "method": "git", "tags": [ "pretty" @@ -10702,7 +10702,7 @@ }, { "name": "vmath", - "url": "https://github.com/treeform/vmath.git", + "url": "https://github.com/treeform/vmath", "method": "git", "tags": [ "math", @@ -10716,7 +10716,7 @@ }, { "name": "flippy", - "url": "https://github.com/treeform/flippy.git", + "url": "https://github.com/treeform/flippy", "method": "git", "tags": [ "image", @@ -10729,7 +10729,7 @@ }, { "name": "typography", - "url": "https://github.com/treeform/typography.git", + "url": "https://github.com/treeform/typography", "method": "git", "tags": [ "font", @@ -16119,7 +16119,7 @@ }, { "name": "quickjwt", - "url": "https://github.com/treeform/quickjwt.git", + "url": "https://github.com/treeform/quickjwt", "method": "git", "tags": [ "crypto", @@ -16131,7 +16131,7 @@ }, { "name": "staticglfw", - "url": "https://github.com/treeform/staticglfw.git", + "url": "https://github.com/treeform/staticglfw", "method": "git", "tags": [ "glfw", @@ -16142,5 +16142,33 @@ "description": "Static GLFW for nim", "license": "MIT", "web": "https://github.com/treeform/staticglfw" + }, + { + "name": "googleapi", + "url": "https://github.com/treeform/googleapi", + "method": "git", + "tags": [ + "jwt", + "google" + ], + "description": "Google API for nim", + "license": "MIT", + "web": "https://github.com/treeform/googleapi" + }, + { + "name": "fidget", + "url": "https://github.com/treeform/fidget", + "method": "git", + "tags": [ + "ui", + "glfw", + "opengl", + "js", + "android", + "ios" + ], + "description": "Figma based UI library for nim, with HTML and OpenGL backends.", + "license": "MIT", + "web": "https://github.com/treeform/fidget" } ]