Skip to content

Commit

Permalink
fix(package): fix project name & references
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumar Harsh committed Jul 26, 2018
1 parent 1d90e7e commit 2eb73b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,10 +9,10 @@ A polyfill for creating CustomEvents on IE9+ if the native implementation is mis

```bash
# using yarn
$ yarn add @playlyfe/custom-event-polyfill
$ yarn add custom-event-polyfill

# using npm
$ npm install --save @playlyfe/custom-event-polyfill
$ npm install --save custom-event-polyfill
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "@playlyfe/custom-event-polyfill",
"name": "custom-event-polyfill",
"version": "1.0.0",
"author": "Evan Krambuhl <thekrambuhl@gmail.com>",
"contributors": [
Expand All @@ -22,7 +22,7 @@
],
"repository": {
"type": "git",
"url": "git@github.com:kumarharsh/custom-event-polyfill.git"
"url": "git@github.com:krambuhl/custom-event-polyfill.git"
},
"scripts": {
"test": "karma start",
Expand Down

0 comments on commit 2eb73b3

Please sign in to comment.