Skip to content

Commit

Permalink
Update package.json repo and author
Browse files Browse the repository at this point in the history
  • Loading branch information
ianobermiller committed Dec 26, 2018
1 parent 6162c01 commit d167a41
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "redux-react-hook",
"version": "3.0.0",
"description": "React hook for accessing a Redux store.",
"author": "ianobermiller",
"author": {
"name": "Ian Obermiller",
"email": "ian@obermillers.com",
"url": "https://ianobermiller.com/"
},
"license": "MIT",
"repository": "ianobermiller/redux-react-hook",
"repository": "https://github.com/facebookincubator/redux-react-hook.git",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
Expand Down

0 comments on commit d167a41

Please sign in to comment.