From 3d525183c25d7d2aa444b84ff1f875070db7e67b Mon Sep 17 00:00:00 2001 From: Niklas Lochschmidt Date: Wed, 15 May 2019 21:29:31 +0200 Subject: [PATCH] Add MIT license to package.json Having this will make the license that you already have in the git repository show up on npmjs.com --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 24244e6..2f78e08 100755 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "Alexander Wennerstrøm <@AlexanderYW>" ], "version": "3.5.8", + "license": "MIT", "main": "./dist/vue2Dropzone.js", "repository": "git@github.com:rowanwins/vue-dropzone.git", "devDependencies": {