@mailbiz/onsite-vtex-vendor 0.2.6 → 0.3.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": "@mailbiz/onsite-vtex-vendor",
3
- "version": "0.2.6",
3
+ "version": "0.3.1",
4
4
  "description": "Onsite vendor to VTEX platform",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/onsite-vtex-vendor.js",
@@ -54,6 +54,6 @@
54
54
  "scripts": {
55
55
  "build": "rollup -c --silent --failAfterWarnings",
56
56
  "build:watch": "rollup -c --failAfterWarnings",
57
- "test": "ava -v"
57
+ "test": "ava -v -T 2m"
58
58
  }
59
59
  }