From 850c88aa73261184e5d7002df2cdd2b4ca8f07c7 Mon Sep 17 00:00:00 2001 From: Zongmin Lei Date: Wed, 26 Oct 2016 12:18:23 +0800 Subject: [PATCH] update package.json --- MIT-License => LICENSE.md | 2 +- package.json | 15 ++------------- 2 files changed, 3 insertions(+), 14 deletions(-) rename MIT-License => LICENSE.md (94%) diff --git a/MIT-License b/LICENSE.md similarity index 94% rename from MIT-License rename to LICENSE.md index 0905583..9f3e4da 100644 --- a/MIT-License +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2012-2015 Zongmin Lei(雷宗民) +Copyright (c) 2012-2016 Zongmin Lei(雷宗民) http://ucdok.com The MIT License diff --git a/package.json b/package.json index d8f493e..985898e 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,7 @@ "main": "./lib/index.js", "version": "0.2.15", "description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist", - "author": "leizongmin (http://ucdok.com)", - "contributors": [ - { - "name": "Zongmin Lei", - "email": "leizongmin@gmail.com" - } - ], + "author": "Zongmin Lei (http://ucdok.com)", "repository": { "type": "git", "url": "git://github.com/leizongmin/js-xss.git" @@ -42,12 +36,7 @@ "build": "./bin/build", "prepublish": "npm run test && npm run build" }, - "licenses": [ - { - "type": "MIT", - "url": "https://raw.github.com/leizongmin/js-xss/master/MIT-License" - } - ], + "license": "MIT", "bugs": { "url": "https://github.com/leizongmin/js-xss/issues" },