mirror of
https://github.com/minimaxir/big-list-of-naughty-strings.git
synced 2025-09-02 02:12:33 +02:00
Simplify repository config
Since the npm is hosted on GitHub we can use the shorthand syntax.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data",
|
||||
"author": "Max Woolf <max@minimaxir.com>",
|
||||
"main": "blns.json",
|
||||
"repository": "git+https://github.com/minimaxir/big-list-of-naughty-strings.git",
|
||||
"repository": "minimaxir/big-list-of-naughty-strings",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/minimaxir/big-list-of-naughty-strings/issues"
|
||||
|
Reference in New Issue
Block a user