From cd7c25b545286bd742a7a862967a95f5d99464c2 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Sun, 15 Jan 2017 22:12:02 +0100 Subject: [PATCH] Simplify repository config Since the npm is hosted on GitHub we can use the shorthand syntax. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b0687c..06c373c 100644 --- a/package.json +++ b/package.json @@ -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 ", "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"