react-awesome-modal
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -39,5 +39,6 @@ 'use strict'; | ||
'zIndex': -1, | ||
'height': 0 | ||
'height': 0, | ||
'width': 0 | ||
} | ||
}; | ||
module.exports = exports['default']; |
@@ -39,5 +39,6 @@ 'use strict'; | ||
'zIndex': -1, | ||
'height': 0 | ||
'height': 0, | ||
'width': 0 | ||
} | ||
}; | ||
module.exports = exports['default']; |
{ | ||
"name": "react-awesome-modal", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "This is a React Modal Component.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
11349
207