@abtasty/progress-bar 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtasty/progress-bar",
|
3
3
|
"description": "Allow you to add a progress bar on you website",
|
4
|
-
"version": "1.3.
|
4
|
+
"version": "1.3.2",
|
5
5
|
"form": "dist/form.js",
|
6
6
|
"main": "dist/main.js",
|
7
7
|
"files": [
|
@@ -36,6 +36,6 @@
|
|
36
36
|
"rollup-plugin-terser": "^7.0.0"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@abtasty/widget-utils": "^1.18.
|
39
|
+
"@abtasty/widget-utils": "^1.18.26"
|
40
40
|
}
|
41
41
|
}
|