@abtasty/nps 1.5.2-0 → 1.5.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/nps",
|
3
3
|
"description": "Allow you to add a custom NPS on your website",
|
4
|
-
"version": "1.5.2
|
4
|
+
"version": "1.5.2",
|
5
5
|
"form": "dist/form.js",
|
6
6
|
"main": "dist/main.js",
|
7
7
|
"files": [
|
@@ -37,6 +37,6 @@
|
|
37
37
|
"rollup-plugin-terser": "^7.0.0"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@abtasty/widget-utils": "^1.18.
|
40
|
+
"@abtasty/widget-utils": "^1.18.26"
|
41
41
|
}
|
42
42
|
}
|