mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
9 lines
215 B
JavaScript
Executable file
9 lines
215 B
JavaScript
Executable file
module.exports = {
|
|
plugins: {
|
|
options: {
|
|
repository: "https://github.com/photonstorm/phaser-plugins",
|
|
branch: "master",
|
|
directory: "out/plugins"
|
|
}
|
|
}
|
|
};
|