Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Oct 26, 2016
1 parent ced704c commit 850c88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion MIT-License → LICENSE.md
@@ -1,4 +1,4 @@
Copyright (c) 2012-2015 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
Copyright (c) 2012-2016 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
http://ucdok.com

The MIT License
Expand Down
15 changes: 2 additions & 13 deletions package.json
Expand Up @@ -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 <leizongmin@gmail.com> (http://ucdok.com)",
"contributors": [
{
"name": "Zongmin Lei",
"email": "leizongmin@gmail.com"
}
],
"author": "Zongmin Lei <leizongmin@gmail.com> (http://ucdok.com)",
"repository": {
"type": "git",
"url": "git://github.com/leizongmin/js-xss.git"
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 850c88a

Please sign in to comment.