flicker-alerts 1.0.57 → 1.0.58
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -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.
|
3
|
+
"version": "1.0.58",
|
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.
|
21
|
+
"flicker-alerts": "^1.0.58"
|
20
22
|
}
|
21
23
|
}
|