@timus-networks/theme 1.0.166 → 1.0.168
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/output/main.css +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timus-networks/theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.168",
|
|
4
4
|
"description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
|
|
5
5
|
"main": "module.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"convert-js": "node convert-js.js",
|
|
13
13
|
"convert-sass": "node convert-sass.js",
|
|
14
|
-
"fix": "sh -c 'cd
|
|
14
|
+
"fix": "sh -c 'cd $(git rev-parse --show-toplevel) && git diff --name-only --diff-filter=ACMRTUXB HEAD | grep -vE \".css$|.scss$\" | xargs -I {} sh -c \"npx prettier --write \\\"{}\\\" && npx eslint --fix \\\"{}\\\"\"'",
|
|
15
15
|
"prepack": "npm run fix",
|
|
16
16
|
"pub": "npm run convert-js && npm run convert-sass && npm publish --access public"
|
|
17
17
|
},
|