flicker-alerts 1.0.20 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,15 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "flicker-alerts",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.22",
|
4
4
|
"description": "Biblioteca para alertas animados",
|
5
5
|
"main": "index.js",
|
6
6
|
"types": "index.d.ts",
|
7
7
|
"style": "style.css",
|
8
|
-
"files": [
|
9
|
-
"src/index.js",
|
10
|
-
"src/style.css",
|
11
|
-
"src/index.d.ts"
|
12
|
-
],
|
13
8
|
"scripts": {
|
14
9
|
"test": "echo \"Error: no test specified\" && exit 1"
|
15
10
|
},
|
@@ -18,7 +13,9 @@
|
|
18
13
|
"javascript",
|
19
14
|
"notificações"
|
20
15
|
],
|
21
|
-
"author": "
|
16
|
+
"author": "",
|
22
17
|
"license": "MIT",
|
23
|
-
"dependencies": {
|
18
|
+
"dependencies": {
|
19
|
+
"flicker-alerts": "^1.0.22"
|
20
|
+
}
|
24
21
|
}
|
package/readme.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
|
2
2
|
# FlickerAlerts
|
3
|
+
[Bruno Carneiro - LinkedIn](https://www.linkedin.com/in/bruno-carneiro-9a51aa190/)
|
3
4
|
|
4
5
|
**FlickerAlerts** é uma biblioteca simples para criar alertas animados de sucesso, erro, aviso e informações. Eles podem ser exibidos automaticamente ou ser fechados manualmente pelo usuário.
|
5
6
|
|
File without changes
|
File without changes
|
File without changes
|