From 8d229cff89b9a1cf0f57eb56878d9ed3629f7a47 Mon Sep 17 00:00:00 2001 From: Panu Horsmalahti Date: Tue, 18 Feb 2014 15:00:12 +0200 Subject: [PATCH] Added MIT license type to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 59c8f1c..07948bd 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,6 @@ }, "main": "./lib/winston-mongodb", "scripts": { "test": "vows test/*-test.js --spec" }, - "engines": { "node": ">= 0.4.0" } + "engines": { "node": ">= 0.4.0" }, + "license": "MIT" }