@schalkneethling/miyagi-core 4.4.3 → 4.4.4
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/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schalkneethling/miyagi-core",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.4",
|
|
4
4
|
"description": "miyagi is a component development tool for JavaScript template engines.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Schalk Neethling <schalkneethling@duck.com>, Michael Großklaus <mail@mgrossklaus.de> (https://www.mgrossklaus.de)",
|
|
@@ -79,7 +79,9 @@
|
|
|
79
79
|
"test": "vitest run --coverage --coverage.include=api --coverage.include=lib",
|
|
80
80
|
"lint": "stylelint frontend/assets/css/ && eslint lib/ && eslint frontend/assets/js/",
|
|
81
81
|
"fix": "eslint lib/ --fix && eslint frontend/assets/js/ --fix",
|
|
82
|
-
"format": "prettier --write ."
|
|
82
|
+
"format": "prettier --write .",
|
|
83
|
+
"docs:sync-default-config": "node scripts/docs/sync-default-config.mjs --write",
|
|
84
|
+
"docs:check-default-config": "node scripts/docs/sync-default-config.mjs --check"
|
|
83
85
|
},
|
|
84
86
|
"browserslist": [
|
|
85
87
|
"last 2 versions",
|