Skip to content

Commit

Permalink
Improve readme and link to GitHub repository on NPM (pacocoursey#37)
Browse files Browse the repository at this point in the history
* add version badge to readme

* add repository to packeg.json to link to repo on npm
  • Loading branch information
trm217 authored Mar 29, 2021
1 parent 48aad29 commit 5561609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 5561609

Please sign in to comment.