Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Aug 21, 2024
1 parent 4315b51 commit 3a98fe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ npm i @hazae41/box
- No external dependencies
- Similar to Rust
- Can hold data
- Composable
- Unit-tested

## Usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"name": "@hazae41/box",
"version": "1.0.14",
"description": "Rust-like Box for TypeScript",
"description": "Rust-like Box and similar objects for TypeScript",
"homepage": "https://github.com/hazae41/box",
"repository": "github:hazae41/box",
"author": "hazae41",
Expand Down Expand Up @@ -51,4 +51,4 @@
"tested",
"unit-tested"
]
}
}

0 comments on commit 3a98fe0

Please sign in to comment.