add git auto-update for phaser

This commit is contained in:
Peter Dave Hello
2014-08-30 16:29:29 +08:00
parent f561422fc6
commit be0ec93c91
+11 -1
View File
@@ -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"
]
}
}