From c774970a05f3e48718cea9c423e90736962c93a6 Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Tue, 13 Jun 2023 15:50:10 -0400 Subject: [PATCH] feat(*): initial release :rocket: --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 13bcc2b..82efefb 100644 --- a/package.json +++ b/package.json @@ -27,13 +27,13 @@ }, "repository": { "type": "git", - "url": "https://github.com/Kong/design-tokens.git" + "url": "https://github.com/Kong/design-system.git" }, "author": "Kong Inc.", "license": "Apache-2.0", - "homepage": "https://github.com/Kong/design-tokens#readme", + "homepage": "https://github.com/Kong/design-system#readme", "bugs": { - "url": "https://github.com/Kong/design-tokens/issues" + "url": "https://github.com/Kong/design-system/issues" }, "devDependencies": { "@commitlint/cli": "^17.4.2",