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 +}