flicker-alerts 1.0.0 → 1.0.1

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/README.md +10 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # FlickerAlerts
2
+
3
+ **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.
4
+
5
+ ## Instalação
6
+
7
+ Para instalar o **FlickerAlerts**, utilize o npm:
8
+
9
+ ```bash
10
+ npm install flicker-alerts
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "name": "flicker-alerts",
3
- "version": "1.0.0",
2
+ "name": "flicker-alerts",
3
+ "version": "1.0.1",
4
4
  "description": "Biblioteca para criar alertas animados de sucesso, erro, aviso e informações.",
5
- "main": "index.js",
5
+ "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },