Skip to content

Commit 3412f98

Browse files
committed
[Docs] update repo URL
1 parent 744f816 commit 3412f98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.4.0",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/substack/node-resolve.git"
7+
"url": "git://github.com/browserify/node-resolve.git"
88
},
99
"main": "index.js",
1010
"keywords": [

readme.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ algorithm](https://nodejs.org/api/modules.html#modules_all_together)
55
such that you can `require.resolve()` on behalf of a file asynchronously and
66
synchronously
77

8-
[![build status](https://secure.travis-ci.org/substack/node-resolve.png)](http://travis-ci.org/substack/node-resolve)
8+
[![build status](https://secure.travis-ci.org/browserify/node-resolve.png)](http://travis-ci.org/browserify/node-resolve)
99

1010
# example
1111

0 commit comments

Comments
 (0)