From 83db724b543b43ddb08bc93cfbc4e5d6081efdc4 Mon Sep 17 00:00:00 2001 From: Severin Ibarluzea Date: Sun, 12 Jan 2020 13:39:45 -0500 Subject: [PATCH] add github link to package.json this will allow people to find the repo via npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 812d818..5ee447a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", - "repository": "git@github.com:kgram/react-equation.git", + "repository": "https://github.com/kgram/react-equation", "author": "Kristoffer Gram ", "license": "MIT", "scripts": {