flicker-alerts 1.0.20 → 1.0.21

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,15 +1,10 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Biblioteca para alertas animados",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "style": "style.css",
8
- "files": [
9
- "src/index.js",
10
- "src/style.css",
11
- "src/index.d.ts"
12
- ],
13
8
  "scripts": {
14
9
  "test": "echo \"Error: no test specified\" && exit 1"
15
10
  },
@@ -18,7 +13,9 @@
18
13
  "javascript",
19
14
  "notificações"
20
15
  ],
21
- "author": "https://www.linkedin.com/in/bruno-carneiro-9a51aa190/",
16
+ "author": "",
22
17
  "license": "MIT",
23
- "dependencies": {}
18
+ "dependencies": {
19
+ "flicker-alerts": "^1.0.21"
20
+ }
24
21
  }
File without changes
File without changes
File without changes