@zoodogood/utils 0.6.0 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zoodogood/utils",
3
3
  "type": "module",
4
- "version": "0.6.0",
4
+ "version": "0.6.2",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "homepage": "https://zoodogood.github.io/utils",
@@ -114,7 +114,7 @@ function SimplifyComponents(data){
114
114
 
115
115
  }
116
116
 
117
- export default {
117
+ export {
118
118
  CreateMessage,
119
119
  CreateModal,
120
120
  SimplifyComponents,