flicker-alerts 1.0.63 → 1.0.64

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "repository": "https://www.linkedin.com/in/bruno-carneiro-9a53aa190/",
5
5
  "homepage": "https://flickeralerts.netlify.app/",
6
6
  "description": "Biblioteca para alertas animados",
@@ -18,6 +18,6 @@
18
18
  "author": "https://www.linkedin.com/in/bruno-carneiro-9a53aa190/",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "flicker-alerts": "^1.0.63"
21
+ "flicker-alerts": "^1.0.64"
22
22
  }
23
23
  }
package/readme.md CHANGED
@@ -66,9 +66,9 @@ Abra o arquivo angular.json, e no campo styles dentro de angular.json, adicione
66
66
 
67
67
  "styles": [
68
68
  "node_modules/flicker-alerts/style.css"
69
- ]
69
+ ]```
70
70
  Ou no index.html: Use o link de um CDN para carregar o CSS diretamente:
71
- https://cdn.jsdelivr.net/npm/flicker-alerts/style.css
71
+ https://cdn.jsdelivr.net/npm/flicker-alerts/style.css```
72
72
 
73
73
 
74
74