Skip to content

Commit 710b263

Browse files
author
Daniel Jorgensen
committed
fixed export for styles.
1 parent afbb9d3 commit 710b263

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/styles/SweetAlertStyles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
overlay: {
33
backgroundColor: 'rgba(0, 0, 0, 0.4)',
44
position: 'fixed',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap-sweetalert",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A variant of sweetalert for use with React and Bootstrap",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)