From e0a3d7851ac3b3e2269c84ad39368a171ab7811e Mon Sep 17 00:00:00 2001 From: Volodymyr Trytsetskyi Date: Sun, 27 May 2018 22:28:44 +0300 Subject: [PATCH] fixed "npm WARN: No license field" The warning occurs every time when doing npm install --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 185b8f8..c8b787a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "ErrorBoard", "version": "2.0.0", + "license": "MIT", "description": "Track and fix JavaScript errors fired by your visitor's browsers", "main": "eb.js", "author": {