From 8c725b1e41c20c9b162c6b425a92e538cbb46171 Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Tue, 31 Jan 2017 19:15:21 +0100 Subject: [PATCH] Add license to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fcb8949..dd5c58b 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "grunt-phpunit", "description": "Grunt plugin for running phpunit.", "homepage": "https://github.com/SaschaGalley/grunt-phpunit", + "license": "MIT", "author": { "name": "Sascha Galley", "email": "me@xash.at",