From ab4b24d46420d2e11bcbb86ab3120a293f825240 Mon Sep 17 00:00:00 2001 From: Zino Hofmann Date: Mon, 1 May 2023 12:48:22 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A7=20add=20missing=20descripti?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d971702c3..4d50f4484 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-runtime-env", "version": "0.0.0-development", - "description": "", + "description": "Next.js Runtime Environment Configuration - Populates your environment at runtime rather than build time.", "main": "build/index.js", "scripts": { "lint": "eslint ./src",