Skip to content

Commit

Permalink
Merge pull request #96 from kwiatkk1/repo_url_links_updated
Browse files Browse the repository at this point in the history
#94: update links after repo moved to a new org
  • Loading branch information
eriktrom committed Oct 24, 2019
2 parents e894252 + 479a8e2 commit cd08663
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/portfinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ exports._defaultHosts = (function() {
// - https://github.com/Microsoft/BashOnWindows/issues/468
//
// - Workaround is a mix of good work from the community:
// - https://github.com/indexzero/node-portfinder/commit/8d7e30a648ff5034186551fa8a6652669dec2f2f
// - https://github.com/http-party/node-portfinder/commit/8d7e30a648ff5034186551fa8a6652669dec2f2f
// - https://github.com/yarnpkg/yarn/pull/772/files
if (e.syscall === 'uv_interface_addresses') {
// swallow error because we're just going to use defaults
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:indexzero/node-portfinder.git"
"url": "git@github.com:http-party/node-portfinder.git"
},
"keywords": [
"http",
Expand Down
2 changes: 1 addition & 1 deletion test/port-finder-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ vows.describe('portfinder').addBatch({
}
}).addBatch({
"When using portfinder module": {
// regression test for indexzero/node-portfinder#65
// regression test for http-party/node-portfinder#65
"the getPort() method with startPort less than or equal to 80": {
topic: function () {
portfinder.getPort({startPort: 80}, this.callback);
Expand Down
2 changes: 1 addition & 1 deletion test/port-finder-z-integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hence the 'z' in the name of this file).
/*
* port-finder-0-vs-127-test.js: Test for the `portfinder` module.
* that demonstrates issue #24
* https://github.com/indexzero/node-portfinder/issues/24
* https://github.com/http-party/node-portfinder/issues/24
*/

var vows = require('vows'),
Expand Down

0 comments on commit cd08663

Please sign in to comment.