From 035e2c05c52acde26d5c13599748a901d1bbf237 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 12 Oct 2022 22:20:47 -0700 Subject: [PATCH] [meta] update URLs --- package.json | 4 ++-- readme.markdown | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 43ab6fe..c826fac 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.markdown b/readme.markdown index fbfd06e..f7a566b 100644 --- a/readme.markdown +++ b/readme.markdown @@ -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