adding missing repository and bugs to package.json, and update AUTHORS

This commit is contained in:
Paul Rodwell
2020-01-13 10:40:03 +00:00
parent 227fa9a1ea
commit cb880a4beb
3 changed files with 4963 additions and 4384 deletions

5
AUTHORS.txt Normal file
View File

@ -0,0 +1,5 @@
Authors ordered by first contribution
Paul Rodwell <paul.rodwell@btinternet.com>
Ward Cunningham <ward@c2.com>
Marc-Antoine Parent <maparent@acm.org>

9335
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,5 +23,12 @@
"grunt-contrib-watch": "^1.0.0", "grunt-contrib-watch": "^1.0.0",
"grunt-git-authors": "^3.2.0", "grunt-git-authors": "^3.2.0",
"grunt-retire": "^1.0.8" "grunt-retire": "^1.0.8"
},
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-security-passportjs"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-security-passportjs/issues"
} }
} }