Skip to content

Commit 48e3d18

Browse files
committed
Update repository URLs.
1 parent aed9f91 commit 48e3d18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# events [![Build Status](https://travis-ci.org/Gozala/events.png?branch=master)](https://travis-ci.org/Gozala/events)
1+
# events [![Build Status](https://travis-ci.org/browserify/events.png?branch=main)](https://travis-ci.org/browserify/events)
22

33
> Node's event emitter for all engines.
44
@@ -8,7 +8,7 @@ This implements the Node.js [`events`][node.js docs] module for environments tha
88
99
Note that the `events` module uses ES5 features. If you need to support very old browsers like IE8, use a shim like [`es5-shim`](https://www.npmjs.com/package/es5-shim). You need both the shim and the sham versions of `es5-shim`.
1010

11-
This module is maintained, but only by very few people. If you'd like to help, let us know in the [Maintainer Needed](https://github.com/Gozala/events/issues/43) issue!
11+
This module is maintained, but only by very few people. If you'd like to help, let us know in the [Maintainer Needed](https://github.com/browserify/events/issues/43) issue!
1212

1313
## Install
1414

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"author": "Irakli Gozalishvili <[email protected]> (http://jeditoolkit.com)",
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/Gozala/events.git",
15-
"web": "https://github.com/Gozala/events"
14+
"url": "git://github.com/browserify/events.git",
15+
"web": "https://github.com/browserify/events"
1616
},
1717
"bugs": {
18-
"url": "http://github.com/Gozala/events/issues/"
18+
"url": "http://github.com/browserify/events/issues/"
1919
},
2020
"main": "./events.js",
2121
"engines": {

0 commit comments

Comments
 (0)