From 1c590ad49e10a158783ada7cc0662d9e0cc6cc11 Mon Sep 17 00:00:00 2001 From: Mark Atwood Date: Sun, 19 Apr 2020 19:54:54 -0700 Subject: [PATCH] add license MIT tag to package.json (#83) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a1829ad..d02461a 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "bl", "version": "4.0.2", "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", + "license": "MIT", "main": "bl.js", "scripts": { "lint": "standard *.js test/*.js",