From 4829fc2ff7a6b70213e8245ef63321cbf4393b5c Mon Sep 17 00:00:00 2001 From: Ris Adams Date: Thu, 21 Mar 2019 11:37:53 -0400 Subject: [PATCH] fixed invalid repo url --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f58c9cf..46335c1 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "lingerprint", - "version": "1.0.0", + "version": "1.0.1", "description": "A drop-in API for creating a pseudo-unique browser fingerprint for lightweight visitor analytics.", "repository": { "type": "git", - "url": "https://github.com/risadams/lingerprintjs.git" + "url": "https://github.com/risadams/lingerprint.git" }, "keywords": [], "author": "Ris Adams", "license": "MIT", "bugs": { - "url": "https://github.com/risadams/lingerprintjs/issues" + "url": "https://github.com/risadams/lingerprint/issues" }, "homepage": "https://github.com/risadams/lingerprint", "main": "",