diff --git a/ajax/libs/phaser/package.json b/ajax/libs/phaser/package.json index 18ac108f2..70ff39f90 100644 --- a/ajax/libs/phaser/package.json +++ b/ajax/libs/phaser/package.json @@ -21,5 +21,15 @@ "type": "git", "url": "https://github.com/photonstorm/phaser.git" } - ] + ], + "autoupdate": { + "source": "git", + "target": "https://github.com/photonstorm/phaser.git", + "basePath": "build/", + "files": [ + "*/*.js", + "*.js", + "*.map" + ] + } }