Skip to content

Commit

Permalink
feat: version utils
Browse files Browse the repository at this point in the history
  • Loading branch information
coltenkrauter committed Sep 30, 2024
1 parent 3197d61 commit 58e0f67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Typescript Core
A TypeScript Repository that stands as a starting point for all other TypeScript repositories.
# Utils
A versatile TypeScript utility package packed with reusable, type-safe functions, scripts useful for all kinds of TypeScript projects, and precommit scripts to streamline your development workflow.

## Husky

Expand All @@ -23,6 +23,6 @@ This project is licensed under the ISC License. Please see the [LICENSE](./LICEN

Thanks for spending time on this project.

<a href="https://github.com/krauters/typescript-core/graphs/contributors">
<img src="https://contrib.rocks/image?repo=krauters/typescript-core" />
<a href="https://github.com/krauters/utils/graphs/contributors">
<img src="https://contrib.rocks/image?repo=krauters/utils" />
</a>
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@krauters/typescript-core",
"description": "A TypeScript Repository that stands as a starting point for all other TypeScript repositories.",
"version": "1.0.0",
"name": "@krauters/utils",
"description": "A versatile TypeScript utility package packed with reusable, type-safe functions, scripts useful for all kinds of TypeScript projects, and precommit scripts to streamline your development workflow.",
"version": "0.0.1",
"main": "app.ts",
"type": "commonjs",
"scripts": {
Expand Down

0 comments on commit 58e0f67

Please sign in to comment.