Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRu committed Jan 29, 2018
1 parent 201578f commit e0e4506
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "es6-events",
"name": "es6-eventhub",
"version": "1.0.1",
"description": "Simple ES6 event emitter and listener",
"main": "src/index.js",
Expand All @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisRu/es6-events.git"
"url": "git+https://github.com/ChrisRu/es6-eventhub.git"
},
"keywords": [
"simple",
Expand All @@ -31,7 +31,7 @@
"author": "Christian Ruigrok",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChrisRu/es6-events/issues"
"url": "https://github.com/ChrisRu/es6-eventhub/issues"
},
"homepage": "https://github.com/ChrisRu/es6-events#readme"
"homepage": "https://github.com/ChrisRu/es6-eventhub#readme"
}

0 comments on commit e0e4506

Please sign in to comment.