update package info

This commit is contained in:
= 2024-07-05 22:59:32 +03:00
parent 4c982866de
commit e41f00e3d6
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ A comprehensive TypeScript library for 2D vector operations, including addition,
You can install the library using npm: You can install the library using npm:
```bash ```bash
npm install vector2d npm install ts-vector2d
``` ```
## Usage ## Usage

View File

@ -1,5 +1,5 @@
{ {
"name": "@yazmeyaa/vector2d", "name": "ts-vector2d",
"private": false, "private": false,
"version": "0.0.1", "version": "0.0.1",
"license": "MIT", "license": "MIT",