Skip to content

Commit

Permalink
Merge pull request #57 from open-ish/feat/use-utility
Browse files Browse the repository at this point in the history
fix: adjust docs and readme link
  • Loading branch information
tassioFront authored Nov 6, 2024
2 parents 71d45ab + e4a0424 commit 17c077f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It's a monorepo with npm packages, all installable independently
- [trycatchfy](./packages/trycatchfy/README.md): Standardize the way you try/catch HTTP request - [example](https://github.com/tassioFront/frontend-pattern/blob/main/src/hooks/useGetGHInfoByUserName/useGetGHInfoByUserName.ts#L47);
- [storagefy](./packages/storagefy/README.md): LocalStorage helper - [example](https://github.com/tassioFront/frontend-pattern/blob/main/src/helpers/useInfo.ts#L6);
- [http-front-cache](./packages/http-front-cache/README.md): Provide a simple and efficient way to cache the results of service functions in the browser;
- [dependabot-pr-manager](./packages/dependabot-pr-manager/README.md)
- [dependabot-pr-manager](./packages/dependabot-pr-manager/README.md): manage dependabot PRs. It groups DependaBot PRs on the repository and creates a PR with the updated dependencies. It is useful when you have multiple dependabot PRs and you want to merge them all at once.

## Installing utility packages

Expand Down
3 changes: 2 additions & 1 deletion packages/dependabot-pr-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
},
"author": {
"name": "Open-ish"
}
},
"readme": "README.md"
}

0 comments on commit 17c077f

Please sign in to comment.