@abtasty/popin-image 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/main.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtasty/popin-image",
|
3
3
|
"description": "A simple way to create a modal with an image in it",
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.5",
|
5
5
|
"main": "dist/main.js",
|
6
6
|
"form": "dist/form.js",
|
7
7
|
"files": [
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"rollup-plugin-terser": "^7.0.0"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
|
-
"@abtasty/widget-utils": "1.16.
|
37
|
+
"@abtasty/widget-utils": "1.16.24",
|
38
38
|
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
|
39
39
|
"@rollup/plugin-commonjs": "^12.0.0",
|
40
40
|
"@rollup/plugin-node-resolve": "^8.4.0",
|