diff --git a/ajax/libs/hopscotch/package.json b/ajax/libs/hopscotch/package.json index 64fb6a14f..65a4467e7 100644 --- a/ajax/libs/hopscotch/package.json +++ b/ajax/libs/hopscotch/package.json @@ -14,6 +14,14 @@ "type": "git", "url": "git://github.com/linkedin/hopscotch.git" }, + "autoupdate": { + "source": "git", + "target": "git://github.com/linkedin/hopscotch.git", + "basePath": "dist", + "files": [ + "*/*" + ] + }, "author": "Gordon Koo", "license": "Apache 2.0", "readmeFilename": "README.md",