Skip to content

Commit 9bce22b

Browse files
author
Sun Ning
committed
added contributor section in README and package.json
@four43, @zhuzhe1983, @arjunmehta
1 parent 4dd231c commit 9bce22b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,9 @@ Decode uint64-like hash into a bounding box that matches it. Data is returned as
6363
## About Geohash
6464

6565
Check [Wikipedia](http://en.wikipedia.org/wiki/Geohash "Wiki page for geohash") for more information.
66-
6766

67+
## Contributors
68+
69+
* [Seth Miller](https://github.com/four43)
70+
* [Zhu Zhe](https://github.com/zhuzhe1983)
71+
* [Arjun Mehta](https://github.com/arjunmehta)

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"author": "Sun Ning <[email protected]> (http://sunng.info/)",
3-
"contributors": ["Arjun Mehta <[email protected]> (http://www.arjunmehta.net/)"],
3+
"contributors": ["Arjun Mehta <[email protected]> (http://www.arjunmehta.net/)",
4+
"Seth Miller",
5+
"Zhu Zhe <[email protected]>"],
46
"name": "ngeohash",
57
"description": "geohash library for nodejs",
68
"keywords": [

0 commit comments

Comments
 (0)