Skip to content

Commit

Permalink
[meta] update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 13, 2022
1 parent afd6a95 commit 035e2c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"repository": {
"type": "git",
"url": "git://github.com/substack/js-traverse.git"
"url": "git://github.com/ljharb/js-traverse.git"
},
"homepage": "https://github.com/substack/js-traverse",
"homepage": "https://github.com/ljharb/js-traverse",
"keywords": [
"traverse",
"walk",
Expand Down
4 changes: 2 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Traverse and transform objects by visiting every node on a recursive walk.

[![browser support](http://ci.testling.com/substack/js-traverse.png)](http://ci.testling.com/substack/js-traverse)
[![browser support](http://ci.testling.com/ljharb/js-traverse.png)](http://ci.testling.com/ljharb/js-traverse)

[![build status](https://secure.travis-ci.org/substack/js-traverse.png)](http://travis-ci.org/substack/js-traverse)
[![build status](https://secure.travis-ci.org/ljharb/js-traverse.png)](http://travis-ci.org/ljharb/js-traverse)

# examples

Expand Down

0 comments on commit 035e2c0

Please sign in to comment.