diff options
author | Rob Loach <robloach@gmail.com> | 2014-09-27 15:12:31 -0700 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-09-27 15:12:31 -0700 |
commit | 839b2d72fd46507edb1fb866f3057a0e8ed1d714 (patch) | |
tree | 1f0f1e60f31db5af3f5832308cb2ebe17c132bb5 | |
parent | e154faff7194e96d4f3197a3c2fa8d8ede30a81a (diff) | |
download | jquery-once-839b2d72fd46507edb1fb866f3057a0e8ed1d714.zip jquery-once-839b2d72fd46507edb1fb866f3057a0e8ed1d714.tar.gz jquery-once-839b2d72fd46507edb1fb866f3057a0e8ed1d714.tar.bz2 |
Update documentation
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -127,7 +127,7 @@ Copyright © Rob Loach <robloach@gmail.com> (http://github.com/robloach) These amazing people are maintaining this project: -- Rob Loach <robloach@gmail.com> (https://github.com/robloach) +- Rob Loach (https://github.com/robloach) ### Sponsors @@ -140,7 +140,7 @@ No sponsors yet! Will you be the first? These amazing people have contributed code to this project: - [JohnAlbin](https://github.com/JohnAlbin) — [view contributions](https://github.com/RobLoach/jquery-once/commits?author=JohnAlbin) -- [Rob Loach](https://github.com/robloach) <robloach@gmail.com> — [view contributions](https://github.com/RobLoach/jquery-once/commits?author=robloach) +- [Rob Loach](https://github.com/RobLoach) <robloach@gmail.com> — [view contributions](https://github.com/RobLoach/jquery-once/commits?author=RobLoach) - [theodoreb](https://github.com/theodoreb) — [view contributions](https://github.com/RobLoach/jquery-once/commits?author=theodoreb) [Become a contributor!](https://github.com/RobLoach/jquery-once/blob/master/CONTRIBUTING.md#files) diff --git a/package.json b/package.json index cee2947..a70fe3e 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,12 @@ "homepage": "https://github.com/RobLoach/jquery-once", "author": "Rob Loach <robloach@gmail.com> (http://github.com/robloach)", "maintainers": [ - "Rob Loach <robloach@gmail.com> (https://github.com/robloach)" + "Rob Loach (https://github.com/robloach)" ], "main": "jquery.once.js", "contributors": [ "JohnAlbin (https://github.com/JohnAlbin)", - "Rob Loach <robloach@gmail.com> (https://github.com/robloach)", + "Rob Loach <robloach@gmail.com> (https://github.com/RobLoach)", "theodoreb (https://github.com/theodoreb)" ], "repository": { |