@t007/utils 0.0.7 → 0.0.8
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/README.md +8 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
- [Usage](#usage)
|
|
21
21
|
- [Author](#author)
|
|
22
22
|
- [Acknowledgments](#acknowledgments)
|
|
23
|
+
- [Star History](#star-history)
|
|
23
24
|
|
|
24
25
|
---
|
|
25
26
|
|
|
@@ -97,4 +98,10 @@ await loadResource('https://cdn.example.com/styles.css, 'link');
|
|
|
97
98
|
|
|
98
99
|
## Acknowledgments
|
|
99
100
|
|
|
100
|
-
The invisible backbone of the `@t007` ecosystem. Engineered to make complex DOM operations feel effortless.
|
|
101
|
+
The invisible backbone of the `@t007` ecosystem. Engineered to make complex DOM operations feel effortless.
|
|
102
|
+
|
|
103
|
+
## Star History
|
|
104
|
+
|
|
105
|
+
If you find this project useful, please consider giving it a star! ⭐
|
|
106
|
+
|
|
107
|
+
[](https://github.com/Tobi007-del/t007-tools)
|
package/package.json
CHANGED