From 8f852474ddaabc844cdaae08617ab35b867e7e26 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Fri, 11 Oct 2019 11:51:48 +0200 Subject: [PATCH] Add a 'license' field This avoids a warning from npm, and makes this package license information consumable by tools. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 11dfcd0..8169e67 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "tiff", "gps" ], + "license": "MIT", "main": "index.js", "repository": { "type": "git",