Skip to content

Commit

Permalink
fix: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Mar 12, 2022
1 parent 37da46f commit 5741096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ This library is heavily inspired by [Zod](https://github.com/colinhacks/zod) (_I
# Install

```bash
pnpm add @skarab42/tson
pnpm add @skarab/tson
```

_`yarn` and `npm` also works_
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "@skarab42/tson",
"name": "@skarab/tson",
"version": "0.0.0-development",
"description": "Type Safe Object Notation & Validation",
"author": {
Expand Down

0 comments on commit 5741096

Please sign in to comment.