From 6ce1f79aaedd74b825a27b24f05cc2ce35e74755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20=C3=81lvarez=20Medina?= Date: Thu, 14 Oct 2021 11:29:33 +0200 Subject: [PATCH] Added next-tinybird library to the package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f42b2619b..2fb4133bb 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "lodash.random": "^3.2.0", "lodash.throttle": "^4.1.1", "next": "^11.0.0", + "next-tinybird": "tinybirdco/next-tinybird#main", "next-seo": "^4.26.0", "next-themes": "^0.0.14", "postcss": "^8.3.5",