Skip to content

Commit

Permalink
Update repository paths
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 30, 2019
1 parent 9e5ac07 commit 7acba3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.11.1
* 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))
* 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))

## 0.11.0
* Add `util.promisify`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# util [![Build Status](https://travis-ci.org/defunctzombie/node-util.png?branch=master)](https://travis-ci.org/defunctzombie/node-util)
# util [![Build Status](https://travis-ci.org/browserify/node-util.png?branch=master)](https://travis-ci.org/browserify/node-util)

> Node.js's [util][util] module for all engines.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,10 +9,10 @@
"util"
],
"version": "0.11.1",
"homepage": "https://github.com/defunctzombie/node-util",
"homepage": "https://github.com/browserify/node-util",
"repository": {
"type": "git",
"url": "git://github.com/defunctzombie/node-util"
"url": "git://github.com/browserify/node-util"
},
"main": "./util.js",
"files": [
Expand Down

0 comments on commit 7acba3d

Please sign in to comment.