Skip to content

Commit e2f5464

Browse files
committed
[2025-10-27] Quick tidy-up
1 parent d9fb046 commit e2f5464

File tree

304 files changed

+1523
-1489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+1523
-1489
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Better sass logs & error handling!
2525

2626
### Added
2727
- Added custom sass logger functions in Stage_Compiler.sassAPI() via Stage_Compiler.sassLogger()
28-
- Added pathToProjectRoot option to compiler Sass args to aid in correcting stack path output
28+
- Added pathToSassLoggingRoot option to compiler Sass args to aid in correcting stack path output
2929

3030
### Changed
3131
- Stage_Compiler now prompts before continuing if a sass warning is encountered during a packaging compile

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ children:
77
---
88

99
<!--README_HEADER-->
10-
# NPM Build Utilities @ 0.3.0-alpha.3
10+
# NPM Build Utilities @ 0.3.0-alpha.4.draft
1111
<!--/README_HEADER-->
1212

1313
<!--README_DESC-->

demos/complete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maddimathon/build-utilities--demos--complete",
3-
"version": "0.3.0-alpha.3",
3+
"version": "0.3.0-alpha.4",
44

55
"files": [
66
"./dist/**/*",

demos/no-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maddimathon/build-utilities--demos--no-config",
3-
"version": "0.3.0-alpha.3",
3+
"version": "0.3.0-alpha.4",
44

55
"config": {
66
"title": "NPM Build Utilities No-config Demo"

dist/js/bin/help.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @packageDocumentation
66
*/
77
/*!
8-
* @maddimathon/build-utilities@0.3.0-alpha.3
8+
* @maddimathon/build-utilities@0.3.0-alpha.4.draft
99
* @license MIT
1010
*/
1111
import type { CLI } from '../types/index.js';

dist/js/bin/help.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @packageDocumentation
66
*/
77
/*!
8-
* @maddimathon/build-utilities@0.3.0-alpha.3
8+
* @maddimathon/build-utilities@0.3.0-alpha.4.draft
99
* @license MIT
1010
*/
1111
export {};

dist/js/bin/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/bin/lib/getConfig.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @packageDocumentation
55
*/
66
/*!
7-
* @maddimathon/build-utilities@0.3.0-alpha.3
7+
* @maddimathon/build-utilities@0.3.0-alpha.4.draft
88
* @license MIT
99
*/
1010
import type { CLI } from '../../types/index.js';

dist/js/bin/lib/getConfig.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)