refactor: rename imports

BREAKING!
Since the folder name determines the import name (i.e. lib.callbacks), use better names and lowerCamelCase.
This commit is contained in:
Linden
2022-02-28 16:30:58 +11:00
parent aceacbcdae
commit aeccbece09
6 changed files with 82 additions and 83 deletions

View File

@@ -23,11 +23,11 @@ game 'gta5'
--[[ Resource Information ]]--
name 'ox_lib'
author 'Linden'
version '1.5.0'
version '2.0.0'
repository 'https://github.com/overextended/ox_lib'
description 'A library of shared functions to utilise in other resources.'
[[ Manifest ]]--
--[[ Manifest ]]--
dependencies {
'/server:5104',
'/onesync',