From be0ec93c91d2a9cd5f7c43363bcd05655b3c14bf Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sat, 30 Aug 2014 16:20:15 +0800 Subject: [PATCH] add git auto-update for phaser --- ajax/libs/phaser/package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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" + ] + } }