mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
chore: bump version to v3.30.8
This commit is contained in:
@@ -6,7 +6,7 @@ rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aw
|
||||
|
||||
name 'ox_lib'
|
||||
author 'Overextended'
|
||||
version '3.30.7'
|
||||
version '3.30.8'
|
||||
license 'LGPL-3.0-or-later'
|
||||
repository 'https://github.com/communityox/ox_lib'
|
||||
description 'A library of shared functions to utilise in other resources.'
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "@communityox/ox_lib",
|
||||
"author": "Overextended",
|
||||
"version": "3.30.7",
|
||||
"version": "3.30.8",
|
||||
"description": "JS/TS wrapper for ox_lib exports",
|
||||
"main": "./shared/index.js",
|
||||
"types": "./shared/index.d.ts",
|
||||
"sideEffects": ["./shared/resource/locale/index.js"],
|
||||
"sideEffects": [
|
||||
"./shared/resource/locale/index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"compile": "tsc",
|
||||
"prepare": "npm run compile"
|
||||
@@ -40,4 +42,4 @@
|
||||
"@types/react": "^18.2.66",
|
||||
"prettier": "^2.8.8"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user