chore: update readme and license

This commit is contained in:
Linden
2021-11-16 11:15:59 +11:00
parent 52a3623e0e
commit 78fdee1132
4 changed files with 94 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
-- Library
-- pe-lualib
-- Copyright (C) 2021 Linden <https://github.com/thelindat>
-- This program is free software: you can redistribute it and/or modify
@@ -28,9 +28,9 @@ repository 'https://github.com/project-error/pe-lualib'
description 'A library of shared functions to utilise in other resources.'
--[[ Manifest ]]--
dependencies {
'/onesync',
}
-- dependencies {
-- '/onesync', Disabled until the heat death of the universe (or recommended artifact updates)
-- }
files {
'init.lua',
@@ -38,6 +38,13 @@ files {
'imports/**/shared.lua',
}
shared_script 'resource/main.lua'
client_scripts {
'resource/**/client.lua'
}
server_scripts {
'version.lua'
'version.lua',
'resource/**/server.lua'
}