@ecomplus/widget-search 1.0.0-beta.17 → 1.0.0-beta.170

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-search",
3
- "version": "1.0.0-beta.17",
3
+ "version": "1.0.0-beta.170",
4
4
  "description": "Storefront plugin with Vue component for instant search engine on E-Com Plus stores",
5
5
  "module": "src/index.js",
6
6
  "browser": "dist/widget-search.min.js",
@@ -8,7 +8,7 @@
8
8
  "jsdelivr": "dist/public/widget-search.var.min.js",
9
9
  "unpkg": "dist/public/widget-search.var.min.js",
10
10
  "scripts": {
11
- "build": "NODE_ENV=production webpack",
11
+ "build": "cross-env NODE_ENV=production webpack",
12
12
  "serve": "webpack-dev-server"
13
13
  },
14
14
  "repository": {
@@ -36,7 +36,7 @@
36
36
  "vue": ">=2 <4"
37
37
  },
38
38
  "dependencies": {
39
- "@ecomplus/storefront-components": "^1.0.0-beta.20"
39
+ "@ecomplus/storefront-components": "^1.0.0-beta.173"
40
40
  },
41
41
  "webpackOutput": {
42
42
  "library": "widgetSearch",
@@ -0,0 +1 @@
1
+ module.exports = require('../../webpack.config')