flicker-alerts 1.0.56 → 1.0.58
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 +4 -2
- package/style.css +1 -0
- package/index.html +0 -23
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
|
}
|
package/style.css
CHANGED
package/index.html
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="pt-BR">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>FlickerAlerts</title>
|
|
7
|
-
<link
|
|
8
|
-
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
|
|
9
|
-
rel="stylesheet"
|
|
10
|
-
/>
|
|
11
|
-
<link
|
|
12
|
-
rel="stylesheet"
|
|
13
|
-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
|
|
14
|
-
/>
|
|
15
|
-
<link rel="stylesheet" href="style.css" />
|
|
16
|
-
</head>
|
|
17
|
-
<body>
|
|
18
|
-
<!-- Seu conteúdo aqui -->
|
|
19
|
-
|
|
20
|
-
<!-- Inclusão do JS -->
|
|
21
|
-
<script src="index.js" type="module"></script>
|
|
22
|
-
</body>
|
|
23
|
-
</html>
|