Skip to content

Commit

Permalink
Publish to flipbook-labs (#18)
Browse files Browse the repository at this point in the history
* Update package owner

* Update owner in README
  • Loading branch information
vocksel authored Jun 3, 2023
1 parent 1c27a69 commit c2dc9b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ModuleLoader

[![CI](https://github.com/vocksel/module-loader/actions/workflows/ci.yml/badge.svg)](https://github.com/vocksel/module-loader/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/badge/docs-website-brightgreen)](https://vocksel.github.io/module-loader)
[![CI](https://github.com/flipbook-labs/module-loader/actions/workflows/ci.yml/badge.svg)](https://github.com/flipbook-labs/module-loader/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/badge/docs-website-brightgreen)](https://flipbook-labs.github.io/module-loader)

Module loader class that bypasses Roblox's require cache.

Expand All @@ -26,26 +26,26 @@ Add the following to your `wally.toml` and run `wally install` to download the p

```toml
[dependencies]
ModuleLoader = "vocksel/module-loader@0.3.1"
ModuleLoader = "flipbook-labs/module-loader@0.6.1"
```

Make sure the resulting `Packages` folder is synced into your experience using a tool like [Rojo](https://github.com/rojo-rbx/rojo/).

### Roblox Studio

* Download a copy of the rbxm from the [releases page](https://github.com/vocksel/module-loader/releases/latest) under the Assets section.
* Download a copy of the rbxm from the [releases page](https://github.com/flipbook-labs/module-loader/releases/latest) under the Assets section.
* Drag and drop the file into Roblox Studio to add it to your experience.
## Documentation

You can find the documentation [here](https://vocksel.github.io/module-loader).
You can find the documentation [here](https://flipbook-labs.github.io/module-loader).

## Credits

Parts of this class were taken verbatim from [OrbitalOwen/roblox-testservice-watcher](https://github.com/OrbitalOwen/roblox-testservice-watcher), and other parts were rewritten to allow the module loading code to be abstracted into a new package.

## Contributing

See the [contributing guide](https://vocksel.github.io/module-loader/docs/contributing).
See the [contributing guide](https://flipbook-labs.github.io/module-loader/docs/contributing).

## License

Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "vocksel/module-loader"
name = "flipbook-labs/module-loader"
description = "Module loader class that bypasses Roblox's require cache"
version = "0.6.1"
license = "MIT"
Expand Down

0 comments on commit c2dc9b3

Please sign in to comment.