From a9c98b0e6cbf0c477d8e9d46387a02b54dd41eaf Mon Sep 17 00:00:00 2001 From: itsumura-h <39766805+itsumura-h@users.noreply.github.com> Date: Sat, 18 Jan 2020 21:53:45 +0900 Subject: [PATCH] fix tag (#1329) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 60593a3..7aa2524 100644 --- a/packages.json +++ b/packages.json @@ -16194,7 +16194,7 @@ "mysql", "postgres", "rdb", - "query_buulder", + "query_builder", "orm" ], "description": "A Nim query builder library inspired by Laravel/PHP and Orator/Python",