From 9a7a7714a6a8c75ba667b22d9d782be68e037811 Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Fri, 18 Sep 2020 00:42:22 -0700 Subject: [PATCH] update repository links --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f61f514..d4c188a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Use Snabbdom with template strings", "version": "1.2.0", "author": "Jamen Marz (https://git.io/jamen)", - "repository": "jamen/snabby", + "repository": "mreinstein/snabby", "main": "index.js", "license": "MIT", "files": [ @@ -27,8 +27,8 @@ "hyperx": "^2.3.0", "snabbdom": "^0.7.1" }, - "homepage": "https://github.com/jamen/snabby", + "homepage": "https://github.com/mreinstein/snabby", "bugs": { - "url": "https://github.com/jamen/snabby/issues" + "url": "https://github.com/mreinstein/snabby/issues" } }