diff --git a/README.md b/README.md index b46ccc9..51019b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# next-themes ![next-themes minzip package size](https://img.shields.io/bundlephobia/minzip/next-themes) +# next-themes ![next-themes minzip package size](https://img.shields.io/bundlephobia/minzip/next-themes) ![Version](https://img.shields.io/npm/v/next-themes.svg?colorB=green) An abstraction for themes in your Next.js app. diff --git a/package.json b/package.json index dfafe01..086ffae 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,9 @@ "@types/react": "^16.9.53", "microbundle": "^0.12.3", "typescript": "^4.0.3" + }, + "repository": { + "type": "git", + "url": "https://github.com/pacocoursey/next-themes.git" } }