From 4c0a5dc4ebd40770c9fbc4f872acc0b91880bafd Mon Sep 17 00:00:00 2001 From: Evan Lowry Date: Mon, 25 May 2015 22:55:41 -0300 Subject: [PATCH] Add license to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index de3d057..5360d5f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "name": "localtunnel", "description": "expose localhost to the world", "version": "1.5.0", + "license": "MIT", "repository": { "type": "git", "url": "git://github.com/shtylman/localtunnel.git" @@ -22,4 +23,4 @@ "lt": "./bin/client" }, "main": "./client.js" -} \ No newline at end of file +}