From 75e24a6a080aa8d8bd7e154811edc1f0038b729c Mon Sep 17 00:00:00 2001 From: Lukas Moungos Date: Wed, 28 Dec 2022 23:38:09 +0100 Subject: [PATCH] package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93157ec..818b559 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint", + "lint": "next lint" }, "dependencies": { "@tailwindcss/typography": "^0.5.8",