Skip to content

Commit

Permalink
fixed export for styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jorgensen committed Jun 23, 2016
1 parent afbb9d3 commit 710b263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/styles/SweetAlertStyles.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
overlay: {
backgroundColor: 'rgba(0, 0, 0, 0.4)',
position: 'fixed',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-sweetalert",
"version": "2.0.0",
"version": "2.0.1",
"description": "A variant of sweetalert for use with React and Bootstrap",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 710b263

Please sign in to comment.