From: Paris Date: Sat, 6 Feb 2016 16:41:24 +0000 (+0200) Subject: Update package.json (name, repository, license) X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9f0fa2f815f6724648f16c337cda816f3ad2f1ef;p=mirror_xterm.js.git Update package.json (name, repository, license) --- diff --git a/package.json b/package.json index 160f9ad..6da4790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,8 @@ { - "name": "xterm.js", + "name": "xterm", "version": "0.31.0", "ignore": ["demo", "test", ".gitignore"], - "main": "src/xterm.js" + "main": "src/xterm.js", + "repository": "https://github.com/sourcelair/xterm.js", + "license": "MIT" }