made things more "require friendly" #5

Merged
ghost merged 1 commits from master into master 2015-02-06 19:21:46 +00:00
ghost commented 2015-02-06 13:45:45 +00:00 (Migrated from github.com)

An issue with the library before was that you'd need to have all the project's lua files in the same directory as the entry point of the lua project. This should allow the user to place the library wherever they please while keeping it contained in it's own... thing.

The usage should still be the same.

local gamejolt = require "gamejolt"
An issue with the library before was that you'd need to have all the project's lua files in the same directory as the entry point of the lua project. This should allow the user to place the library wherever they please while keeping it contained in it's own... thing. The usage should still be the same. ``` lua local gamejolt = require "gamejolt" ```
mbrovko commented 2015-02-06 19:22:58 +00:00 (Migrated from github.com)

Seems to be a nice improvement. Thanks!

Seems to be a nice improvement. Thanks!
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: library-mirrors/gamejoltlua#5
No description provided.