@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.
- package/.eslintignore +1 -1
- package/package.json +3 -3
package/.eslintignore
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thryveai/theme-interfaces",
|
|
3
|
-
"version": "1.4.
|
|
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 --
|
|
9
|
-
"format": "prettier --
|
|
8
|
+
"lint": "eslint --ext .js,.ts .",
|
|
9
|
+
"format": "prettier --write \"**/*.+(js|ts|json)\""
|
|
10
10
|
},
|
|
11
11
|
"author": "Simon Markey",
|
|
12
12
|
"license": "ISC",
|