mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-16 23:15:54 +00:00
Merge pull request #72 from Lykathia/patch-license
package.json: Add license to package.json
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
"name": "localtunnel",
|
"name": "localtunnel",
|
||||||
"description": "expose localhost to the world",
|
"description": "expose localhost to the world",
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/shtylman/localtunnel.git"
|
"url": "git://github.com/shtylman/localtunnel.git"
|
||||||
@@ -22,4 +23,4 @@
|
|||||||
"lt": "./bin/client"
|
"lt": "./bin/client"
|
||||||
},
|
},
|
||||||
"main": "./client.js"
|
"main": "./client.js"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user