Skip to content

Commit

Permalink
Updating contributors and repo location.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 13, 2014
1 parent 2c59d40 commit 836e536
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ console.log(isObject(require("util"))) // true

## Contributors

- Raynos
- [Raynos][7]
- [Jordan Harband][8]

## MIT Licenced

[1]: https://secure.travis-ci.org/Colingo/is-object.png
[2]: http://travis-ci.org/Colingo/is-object
[3]: http://david-dm.org/Colingo/is-object/status.png
[4]: http://david-dm.org/Colingo/is-object
[5]: http://ci.testling.com/Colingo/is-object.png
[6]: http://ci.testling.com/Colingo/is-object
[1]: https://secure.travis-ci.org/ljharb/is-object.png
[2]: http://travis-ci.org/ljharb/is-object
[3]: http://david-dm.org/ljharb/is-object/status.png
[4]: http://david-dm.org/ljharb/is-object
[5]: http://ci.testling.com/ljharb/is-object.png
[6]: http://ci.testling.com/ljharb/is-object
[7]: https://github.com/Raynos
[8]: https://github.com/ljharb

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@
"description": "Checks whether a value is an object",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Colingo/is-object.git",
"repository": "git://github.com/ljharb/is-object.git",
"main": "index",
"homepage": "https://github.com/Colingo/is-object",
"homepage": "https://github.com/ljharb/is-object",
"contributors": [
{
"name": "Raynos"
},
{
"name": "Jordan Harband",
"url": "https://github.com/ljharb"
}
],
"bugs": {
"url": "https://github.com/Colingo/is-object/issues",
"email": "raynos2@gmail.com"
"url": "https://github.com/ljharb/is-object/issues",
"email": "ljharb@gmail.com"
},
"dependencies": {},
"devDependencies": {
Expand All @@ -27,7 +31,7 @@
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Colingo/is-object/raw/master/LICENSE"
"url": "http://github.com/ljharb/is-object/raw/master/LICENSE"
}
],
"scripts": {
Expand Down

0 comments on commit 836e536

Please sign in to comment.