easy-email-extensions 4.6.0 → 4.7.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "easy-email-extensions",
3
3
  "license": "MIT",
4
4
  "description": "Email editor",
5
- "version": "4.6.0",
5
+ "version": "4.7.0",
6
6
  "author": "m-Ryan",
7
7
  "repository": {
8
8
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "dev": "vite",
21
21
  "typings": "tsc --declaration --emitDeclarationOnly --project tsconfig.lib.json && tsc-alias -p tsconfig.alias.json",
22
22
  "build": "rimraf lib && npm run typings && vite build --config vite.config.ts",
23
- "format": "eslint --fix --ext .tsx,.ts src/"
23
+ "format": "eslint --fix --ext .tsx,.ts,.tsx src/"
24
24
  },
25
25
  "husky": {
26
26
  "hooks": {
@@ -88,5 +88,5 @@
88
88
  "react-dom": "^17.0.2",
89
89
  "react-final-form": "^6.5.7"
90
90
  },
91
- "gitHead": "de51e5c65e7f59368b030811c163a4c556984cc1"
91
+ "gitHead": "daabf66c20c3b54af3f3e5ea5cd3aca351616c4c"
92
92
  }