chore: update organization name

This commit is contained in:
ANTOND.
2025-05-02 15:44:52 +02:00
parent b4e3bcdad7
commit ff2f4c06f9
8 changed files with 26 additions and 25 deletions

View File

@@ -9,13 +9,13 @@ You still need to use and have the ox_lib resource included into the resource yo
```yaml
# With pnpm
pnpm add @overextended/ox_lib
pnpm add @communityox/ox_lib
# With Yarn
yarn add @overextended/ox_lib
yarn add @communityox/ox_lib
# With npm
npm install @overextended/ox_lib
npm install @communityox/ox_lib
```
## Usage
@@ -23,16 +23,16 @@ You can either import the lib from client or server files or deconstruct the obj
you may require.
```ts
import lib from '@overextended/ox_lib/client'
import lib from '@communityox/ox_lib/client'
```
```ts
import lib from '@overextended/ox_lib/server'
import lib from '@communityox/ox_lib/server'
```
```ts
import { checkDependency } from '@overextended/ox_lib/shared';
import { checkDependency } from '@communityox/ox_lib/shared';
```
## Documentation
[View documentation](https://overextended.github.io/docs/ox_lib)
[View documentation](https://coxdocs.dev/ox_lib)

View File

@@ -1,5 +1,5 @@
{
"name": "@overextended/ox_lib",
"name": "@communityox/ox_lib",
"author": "Overextended",
"version": "1.0.0",
"description": "JS/TS wrapper for ox_lib exports",
@@ -14,14 +14,15 @@
"fivem",
"ox_lib",
"ox",
"overextended"
"overextended",
"communityox"
],
"repository": {
"type": "git",
"url": "git+https://github.com/overextended/ox_lib.git"
"url": "git+https://github.com/communityox/ox_lib.git"
},
"bugs": {
"url": "https://github.com/overextended/ox_lib/issues"
"url": "https://github.com/communityox/ox_lib/issues"
},
"license": "LGPL-3.0",
"dependencies": {