add git auto-update for masonry

This commit is contained in:
Peter Dave Hello
2014-10-28 09:48:23 +08:00
parent 8f3628da60
commit 28eef3c5b4
+10 -1
View File
@@ -21,5 +21,14 @@
"type": "git",
"url": "https://github.com/desandro/masonry"
}
]
],
"autoupdate": {
"source": "git",
"target": "git://github.com/desandro/masonry.git",
"basePath": "dist",
"files": [
"masonry.pkgd.min.js",
"masonry.pkgd.js"
]
}
}