From 4a148ef7be609ebb0978f98e404c77e809e06c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Thu, 21 Feb 2019 16:54:52 +0000 Subject: [PATCH] fix repo name in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c90c61f..cc66b3b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.umd.js", "module": "dist/index.esm.js", "license": "MIT", - "repository": "github/tab-container-boilerplate", + "repository": "github/tab-container-element", "files": [ "dist" ],