flicker-alerts 1.0.56 → 1.0.57

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 +2 -2
  2. package/index.html +0 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
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-9a53aa190/",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "flicker-alerts": "^1.0.56"
19
+ "flicker-alerts": "^1.0.57"
20
20
  }
21
21
  }
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>