1
0
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:
Vincent Klaiber
2017-01-15 22:12:02 +01:00
committed by GitHub
parent 412ae9209d
commit cd7c25b545

View File

@@ -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"