Skip to content

Commit

Permalink
fix: build files
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Mar 18, 2021
1 parent c9a72a8 commit 94a3fa9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
src="https://img.shields.io/npm/v/nuxt-content-hooks-git.svg"
alt="npm version"
>
</a><img src="https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue" alt="Linux macOS Windows compatible"><a href="https://github.com/dword-design/nuxt-content-git-hooks/actions">
</a><img src="https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue" alt="Linux macOS Windows compatible"><a href="https://github.com/dword-design/nuxt-content-hooks-git/actions">
<img
src="https://github.com/dword-design/nuxt-content-git-hooks/workflows/build/badge.svg"
src="https://github.com/dword-design/nuxt-content-hooks-git/workflows/build/badge.svg"
alt="Build status"
>
</a><a href="https://codecov.io/gh/dword-design/nuxt-content-git-hooks">
</a><a href="https://codecov.io/gh/dword-design/nuxt-content-hooks-git">
<img
src="https://codecov.io/gh/dword-design/nuxt-content-git-hooks/branch/master/graph/badge.svg"
src="https://codecov.io/gh/dword-design/nuxt-content-hooks-git/branch/master/graph/badge.svg"
alt="Coverage status"
>
</a><a href="https://david-dm.org/dword-design/nuxt-content-git-hooks">
<img src="https://img.shields.io/david/dword-design/nuxt-content-git-hooks" alt="Dependency status">
</a><img src="https://img.shields.io/badge/renovate-enabled-brightgreen" alt="Renovate enabled"><br/><a href="https://gitpod.io/#https://github.com/dword-design/nuxt-content-git-hooks">
</a><a href="https://david-dm.org/dword-design/nuxt-content-hooks-git">
<img src="https://img.shields.io/david/dword-design/nuxt-content-hooks-git" alt="Dependency status">
</a><img src="https://img.shields.io/badge/renovate-enabled-brightgreen" alt="Renovate enabled"><br/><a href="https://gitpod.io/#https://github.com/dword-design/nuxt-content-hooks-git">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a><a href="https://www.buymeacoffee.com/dword">
<img
Expand Down Expand Up @@ -96,7 +96,7 @@ Then you can access them via `doc.gitCreatedAt` and `doc.gitUpdatedAt`.
<!-- LICENSE/ -->
## Contributing

Are you missing something or want to contribute? Feel free to file an [issue](https://github.com/dword-design/nuxt-content-git-hooks/issues) or [pull request](https://github.com/dword-design/nuxt-content-git-hooks/pulls)! ⚙️
Are you missing something or want to contribute? Feel free to file an [issue](https://github.com/dword-design/nuxt-content-hooks-git/issues) or [pull request](https://github.com/dword-design/nuxt-content-hooks-git/pulls)! ⚙️

## Support Me

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-content-hooks-git",
"version": "1.0.0",
"description": "nuxt-content hooks that replace or add createdAt and updatedAt dates based on the git history.",
"repository": "dword-design/nuxt-content-git-hooks",
"repository": "dword-design/nuxt-content-hooks-git",
"funding": "https://www.buymeacoffee.com/dword",
"license": "MIT",
"author": "Sebastian Landwehr <info@dword-design.de>",
Expand Down

0 comments on commit 94a3fa9

Please sign in to comment.