update package info
This commit is contained in:
parent
4c982866de
commit
e41f00e3d6
|
|
@ -17,7 +17,7 @@ A comprehensive TypeScript library for 2D vector operations, including addition,
|
|||
You can install the library using npm:
|
||||
|
||||
```bash
|
||||
npm install vector2d
|
||||
npm install ts-vector2d
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@yazmeyaa/vector2d",
|
||||
"name": "ts-vector2d",
|
||||
"private": false,
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
Loading…
Reference in New Issue