@applitools/snippets 2.4.13 → 2.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/snippets",
3
- "version": "2.4.13",
3
+ "version": "2.4.15",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1.git",
@@ -24,13 +24,13 @@
24
24
  "test:ie": "mocha --no-timeouts --require test/util/hook.js --grep 'internet explorer' ./test/*.spec.js",
25
25
  "test:ios": "mocha --no-timeouts --require test/util/hook.js --grep 'ios safari' ./test/*.spec.js",
26
26
  "deps": "bongo deps",
27
- "preversion": "yarn build && bongo preversion",
27
+ "preversion": "bongo preversion",
28
28
  "version": "bongo version",
29
29
  "postversion": "bongo postversion --skip-release-notification"
30
30
  },
31
31
  "dependencies": {},
32
32
  "devDependencies": {
33
- "@applitools/bongo": "^2.2.0",
33
+ "@applitools/bongo": "^2.2.2",
34
34
  "@babel/core": "^7.11.6",
35
35
  "@babel/preset-env": "^7.11.5",
36
36
  "@rollup/plugin-babel": "^5.2.1",
@@ -41,7 +41,6 @@
41
41
  "eslint-plugin-node": "^11.1.0",
42
42
  "eslint-plugin-prettier": "^3.1.4",
43
43
  "glob": "^7.1.6",
44
- "husky": "^4.3.7",
45
44
  "mocha": "^8.1.3",
46
45
  "playwright": "1.27.1",
47
46
  "prettier": "1.19.0",
@@ -55,10 +54,5 @@
55
54
  },
56
55
  "engines": {
57
56
  "node": ">=12.13.0"
58
- },
59
- "husky": {
60
- "hooks": {
61
- "pre-push": "yarn bongo lint"
62
- }
63
57
  }
64
58
  }