add git auto-update for fuse.js

This commit is contained in:
Peter Dave Hello
2014-08-24 01:05:52 +08:00
parent 3f19a06785
commit 369efebec4
+9 -1
View File
@@ -19,5 +19,13 @@
"type": "git",
"url": "https://github.com/krisk/Fuse"
}
]
],
"autoupdate": {
"source": "git",
"target": "https://github.com/krisk/Fuse.git",
"basePath": "src/",
"files": [
"*"
]
}
}