Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Aug 17, 2016
1 parent 4ef5b47 commit 3d87a50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
We welcome contributions from the community and are pleased to have them. Please follow this guide when logging issues or making code changes.

## Logging Issues
All issues should be created using the [new issue form](https://github.com/hapijs/eventful/issues/new). Clearly describe the issue including steps
All issues should be created using the [new issue form](https://github.com/hapijs/podium/issues/new). Clearly describe the issue including steps
to reproduce if there are any. Also, make sure to indicate the earliest version that has the issue being reported.

## Patching Code
Expand All @@ -13,4 +13,4 @@ Code changes are welcome and should follow the guidelines below.
* Fix the issue ensuring that your code follows the [style guide](https://github.com/hapijs/contrib/blob/master/Style.md).
* Add tests for your new code ensuring that you have 100% code coverage (we can help you reach 100% but will not merge without it).
* Run `npm test` to generate a report of test coverage
* [Pull requests](http://help.github.com/send-pull-requests/) should be made to the [master branch](https://github.com/hapijs/eventful/tree/master).
* [Pull requests](http://help.github.com/send-pull-requests/) should be made to the [master branch](https://github.com/hapijs/podium/tree/master).
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

* * *

The complete list of contributors can be found at: https://github.com/hapijs/eventful/graphs/contributors
The complete list of contributors can be found at: https://github.com/hapijs/podium/graphs/contributors
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#eventful
#podium

Node compatible event emitter with extra features.

[![Build Status](https://secure.travis-ci.org/hapijs/eventful.svg)](http://travis-ci.org/hapijs/eventful)
[![Build Status](https://secure.travis-ci.org/hapijs/podium.svg)](http://travis-ci.org/hapijs/podium)

Lead Maintainer - [Eran Hammer](https://github.com/hueniverse)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "eventful",
"name": "podium",
"description": "Node compatible event emitter with extra features",
"version": "0.2.0",
"repository": "git://github.com/hapijs/eventful",
"version": "0.0.0",
"repository": "git://github.com/hapijs/podium",
"main": "lib/index.js",
"keywords": [
"emitter",
Expand Down

0 comments on commit 3d87a50

Please sign in to comment.