flicker-alerts 1.0.57 → 1.0.59

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +4 -2
  2. package/style.css +1 -0
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
+ "linkedin": "https://www.linkedin.com/in/bruno-carneiro-9a51aa190/",
5
+ "demonstração": "https://flickeralerts.netlify.app/",
4
6
  "description": "Biblioteca para alertas animados",
5
7
  "main": "index.js",
6
8
  "types": "index.d.ts",
@@ -16,6 +18,6 @@
16
18
  "author": "https://www.linkedin.com/in/bruno-carneiro-9a53aa190/",
17
19
  "license": "MIT",
18
20
  "dependencies": {
19
- "flicker-alerts": "^1.0.57"
21
+ "flicker-alerts": "^1.0.59"
20
22
  }
21
23
  }
package/style.css CHANGED
@@ -10,6 +10,7 @@
10
10
  padding-right: 20px;
11
11
  }
12
12
 
13
+
13
14
  .notification {
14
15
  margin: 20px;
15
16
  background-color: #ffffff;