diff options
-rw-r--r-- | package.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json index 15167fe..8cac768 100644 --- a/package.json +++ b/package.json @@ -67,5 +67,15 @@ "jquery.once.js", "jquery.once.min.js", "jquery.once.min.js.map" - ] + ], + "autoupdate": { + "source": "git", + "target": "git://github.com/RobLoach/jquery-once.git", + "basePath": "", + "files": [ + "jquery.once.js", + "jquery.once.min.js", + "jquery.once.min.js.map" + ] + } } |