From 7e476092b208ca3da927a586cd85594b8354fa29 Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Mon, 30 Dec 2024 13:35:04 +0100 Subject: [PATCH] chore: add missing license field in next js package.json (#323) --- packages/nextjs/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 427bbf66..b6f7285e 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,7 @@ { "name": "@ory/nextjs", "version": "0.0.1", + "license": "Apache License 2.0", "type": "commonjs", "main": "./dist/index.js", "module": "./dist/index.mjs",