senangwebs-epoch 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,3 @@
1
- [![SenangWebs](https://raw.githubusercontent.com/a-hakim/senangwebs-epoch/refs/heads/main/src/sw_banner.webp)](https://use.senangwebs.com)
2
- Learn more at [SenangWebs.com](https://use.senangwebs.com)
3
-
4
1
  # SenangWebs Epoch (SWE)
5
2
 
6
3
  SenangWebs Epoch (SWE) is a lightweight JavaScript library for creating dynamic countdown timers and time displays. Whether you need to count down to a specific date, create a duration-based timer, or display the current time, SWE provides an elegant solution with minimal setup. The library supports flexible formatting, responsive design, and comprehensive event handling.
@@ -198,5 +195,3 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
198
195
  ## Support
199
196
 
200
197
  If you encounter any issues or have questions, please file an issue on the GitHub repository.
201
-
202
- Keep tracking time with style!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "senangwebs-epoch",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Lightweight JavaScript library for creating dynamic countdown timers and time displays.",
5
5
  "main": "index.js",
6
6
  "directories": {