Skip to content

Commit 7acba3d

Browse files
committed
Update repository paths
1 parent 9e5ac07 commit 7acba3d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

77
## 0.11.1
8-
* Fix an infinite loop in `util.deprecate` some build configurations. ([@bernardmcmanus](https://github.com/bernardmcmanus) in [#12](https://github.com/defunctzombie/node-util/pull/12))
8+
* Fix an infinite loop in `util.deprecate` some build configurations. ([@bernardmcmanus](https://github.com/bernardmcmanus) in [#12](https://github.com/goto-bus-stop/node-util/pull/12))
99

1010
## 0.11.0
1111
* Add `util.promisify`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# util [![Build Status](https://travis-ci.org/defunctzombie/node-util.png?branch=master)](https://travis-ci.org/defunctzombie/node-util)
1+
# util [![Build Status](https://travis-ci.org/browserify/node-util.png?branch=master)](https://travis-ci.org/browserify/node-util)
22

33
> Node.js's [util][util] module for all engines.
44

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"util"
1010
],
1111
"version": "0.11.1",
12-
"homepage": "https://github.com/defunctzombie/node-util",
12+
"homepage": "https://github.com/browserify/node-util",
1313
"repository": {
1414
"type": "git",
15-
"url": "git://github.com/defunctzombie/node-util"
15+
"url": "git://github.com/browserify/node-util"
1616
},
1717
"main": "./util.js",
1818
"files": [

0 commit comments

Comments
 (0)