flicker-alerts 1.0.45 → 1.0.47

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -231,4 +231,4 @@ if (typeof document !== 'undefined') {
231
231
  }
232
232
 
233
233
 
234
- export { FlickerAlerts, FlickerModals };
234
+ export default FlickerAlerts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.45",
3
+ "version": "1.0.47",
4
4
  "description": "Biblioteca para alertas animados",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -16,6 +16,6 @@
16
16
  "author": "https://www.linkedin.com/in/bruno-carneiro-9a51aa190/",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "flicker-alerts": "^1.0.45"
19
+ "flicker-alerts": "^1.0.47"
20
20
  }
21
21
  }