Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
v0.5.2
  • Loading branch information
prescottprue authored Apr 9, 2018
2 parents 8f2a6f3 + 56e3d5b commit a3ea82e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-google-button",
"version": "0.5.1",
"version": "0.5.2",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { GoogleButton } from './GoogleButton'
export GoogleButton from './GoogleButton'
export default from './GoogleButton'

0 comments on commit a3ea82e

Please sign in to comment.