flicker-alerts 1.0.62 → 1.0.64

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/readme.md +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.62",
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.62"
21
+ "flicker-alerts": "^1.0.64"
22
22
  }
23
23
  }
package/readme.md CHANGED
@@ -66,11 +66,11 @@ 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
+ 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```
72
+
70
73
 
71
- Ou no index.html: Use o link de um CDN para carregar o CSS diretamente:
72
- https://cdn.jsdelivr.net/npm/flicker-alerts/style.css
73
- ---
74
74
 
75
75
  ### Uso no React
76
76