@ecomplus/widget-martan 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/widget-martan",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Storefront plugin for martan product reviews, product q&a",
5
5
  "main": "dist/widget-martan.min.js",
6
6
  "module": "src/index.js",
@@ -32,5 +32,8 @@
32
32
  "webpackOutput": {
33
33
  "library": "widgetMartan",
34
34
  "filename": "widget-martan.min.js"
35
+ },
36
+ "dependencies": {
37
+ "@ecomplus/storefront-twbs": "^7.3.6"
35
38
  }
36
39
  }
@@ -105,9 +105,8 @@
105
105
  import Glide from "@glidejs/glide";
106
106
  import { i19next, i19previous } from "@ecomplus/i18n";
107
107
  import { i18n, formatDate } from "@ecomplus/utils";
108
- import $ from "../../../../storefront-twbs/src";
108
+ import { $ } from "@ecomplus/storefront-twbs";
109
109
  import { timeAgo } from "./../../utils/time-ago";
110
-
111
110
  import ThumbsPictures from "./ThumbsPictures.vue";
112
111
  import VerifiedPurchase from "./VerifiedPurchase.vue";
113
112
  import AuthorAndRating from "./AuthorAndRating.vue";
@@ -44,9 +44,8 @@
44
44
  </template>
45
45
 
46
46
  <script>
47
-
48
47
  import { i18n } from "@ecomplus/utils";
49
- import $ from "../../../../storefront-twbs/src";
48
+ import { $ } from "@ecomplus/storefront-twbs";
50
49
 
51
50
  export default {
52
51
  name: "VerifiedPurchase",