Skip to content

Commit

Permalink
[Docs] update repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 1, 2017
1 parent 744f816 commit 3412f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"version": "1.4.0",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-resolve.git"
"url": "git://github.com/browserify/node-resolve.git"
},
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion readme.markdown
Expand Up @@ -5,7 +5,7 @@ algorithm](https://nodejs.org/api/modules.html#modules_all_together)
such that you can `require.resolve()` on behalf of a file asynchronously and
synchronously

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

# example

Expand Down

0 comments on commit 3412f98

Please sign in to comment.