Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nakulrathore committed Oct 24, 2019
1 parent 1e06882 commit bda130f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ function hsSnackbarWrapper() {
};
}
let hotsnackbar = hsSnackbarWrapper();
export default hotsnackbar;
module.exports = hotsnackbar;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hotsnackbar",
"version": "1.0.3",
"version": "1.0.4",
"description": "pure js snackbar",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bda130f

Please sign in to comment.