phaser/tasks/options/gitclone.js

10 lines
215 B
JavaScript
Raw Normal View History

module.exports = {
plugins: {
options: {
repository: "https://github.com/photonstorm/phaser-plugins",
branch: "master",
directory: "out/plugins"
}
}
};