diff --git a/package.json b/package.json index 0611ccc..c236dbb 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,14 @@ "name": "tailwindcss-theme-swapper", "version": "0.12.0", "main": "src/index.js", + "repository": { + "type": "git", + "url": "https://github.com/crswll/tailwindcss-theme-swapper.git" + }, + "homepage": "https://github.com/crswll/tailwindcss-theme-swapper#readme", + "bugs": { + "url": "https://github.com/crswll/tailwindcss-theme-swapper/issues" + }, "license": "MIT", "peerDependencies": { "tailwindcss": ">=3.0.0 || insiders"