diff options
author | Rob Loach <robloach@gmail.com> | 2015-06-05 08:51:39 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2015-06-05 08:51:39 -0400 |
commit | 508b9443f2147ac1f0f46cae7142314223aaebae (patch) | |
tree | ec54249e8b3612aaf9954dea55ffbcc1f969fa67 | |
parent | 2844637762512789f36e8d0eacc0ed7c7f715566 (diff) | |
parent | 1cf62ddc7861e73048764a4f6173c722655b5d1d (diff) | |
download | jquery-once-508b9443f2147ac1f0f46cae7142314223aaebae.zip jquery-once-508b9443f2147ac1f0f46cae7142314223aaebae.tar.gz jquery-once-508b9443f2147ac1f0f46cae7142314223aaebae.tar.bz2 |
Merge pull request #35 from RobLoach/cdnjs
Add autoupdate cdnjs support
-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" + ] + } } |