@thryveai/theme-interfaces 1.4.12 → 1.4.13

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 (2) hide show
  1. package/.eslintignore +1 -1
  2. package/package.json +3 -3
package/.eslintignore CHANGED
@@ -12,6 +12,7 @@
12
12
  /dist
13
13
  /lib
14
14
 
15
+
15
16
  # misc
16
17
  .DS_Store
17
18
  .env.local
@@ -32,7 +33,6 @@ yarn-lock
32
33
  package-lock.json
33
34
  /yarn.lock
34
35
  .gitignore
35
- /src
36
36
 
37
37
  *.tgz
38
38
  *.lock
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "description": "Shared Interfaces for all ThryveAi storefront retailer themes.",
5
5
  "scripts": {
6
6
  "build": "tsc && npm run lint -- --fix",
7
7
  "push": "npm run build && npm publish",
8
- "lint": "eslint --ignore-path .eslintignore --ext .js,.ts .",
9
- "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\""
8
+ "lint": "eslint --ext .js,.ts .",
9
+ "format": "prettier --write \"**/*.+(js|ts|json)\""
10
10
  },
11
11
  "author": "Simon Markey",
12
12
  "license": "ISC",