From ae825a5d275e0adebbf5b0545534c0448b814286 Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Tue, 16 Jan 2018 21:30:06 +0100 Subject: [PATCH] feat: add license to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c5576cc..88c0fa3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.0-development", "description": "Logger for Apollo Link that uses a similar format to redux-logger. Includes performance information.", "author": "Adrian Perez adrian@adrianperez.org", + "license": "MIT", "module": "es/index.js", "main": "lib/index.js", "engines": {