diff --git a/package.json b/package.json index c972890..cdac548 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.0.0", "description": "PostCSS plugin to convert design tokens to CSS custom properties and utility classes.", "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/saneef/postcss-design-token-utils.git" + }, "scripts": { "test": "ava" }, @@ -26,4 +30,4 @@ "peerDependencies": { "postcss": "^8.0.0" } -} +} \ No newline at end of file