flicker-alerts 1.0.19 → 1.0.20
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -5
package/package.json
CHANGED
@@ -1,10 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "flicker-alerts",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.20",
|
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
|
+
],
|
8
13
|
"scripts": {
|
9
14
|
"test": "echo \"Error: no test specified\" && exit 1"
|
10
15
|
},
|
@@ -14,8 +19,6 @@
|
|
14
19
|
"notificações"
|
15
20
|
],
|
16
21
|
"author": "https://www.linkedin.com/in/bruno-carneiro-9a51aa190/",
|
17
|
-
"license": "MIT",
|
18
|
-
"dependencies": {
|
19
|
-
"flicker-alerts": "^1.0.19"
|
20
|
-
}
|
22
|
+
"license": "MIT",
|
23
|
+
"dependencies": {}
|
21
24
|
}
|