@abtasty/before-after-image 0.4.0-0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/form.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtasty/before-after-image",
|
3
3
|
"description": "Widget for AB Tasty",
|
4
|
-
"version": "0.4.0
|
4
|
+
"version": "0.4.0",
|
5
5
|
"form": "dist/form.js",
|
6
6
|
"main": "dist/main.js",
|
7
7
|
"files": [
|
@@ -35,6 +35,6 @@
|
|
35
35
|
"rollup-plugin-terser": "^7.0.0"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
|
-
"@abtasty/widget-utils": "^1.18.
|
38
|
+
"@abtasty/widget-utils": "^1.18.25"
|
39
39
|
}
|
40
40
|
}
|