From 9781706ac6584de38c9c0c5a471aca677a76d866 Mon Sep 17 00:00:00 2001 From: Vergil Penkov <85731267+vergilfromadyen@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:48:44 +0100 Subject: [PATCH] Add license information to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 163beaa..cc7a924 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "description": "A hybrid buffered / streaming middleware kernel backwards compatible with connect.", "version": "0.6.0", "author": "Charlie Robbins ", + "license": "MIT", "maintainers": [ "dscape " ],