croner 7.0.0 → 7.0.1
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 +7 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -298,14 +298,16 @@ npm install croner@dev
|
|
|
298
298
|
|
|
299
299
|
A list of fixes and features currently released in the `dev` branch is available [here](https://github.com/Hexagon/croner/issues?q=is%3Aopen+is%3Aissue+label%3Areleased-in-dev)
|
|
300
300
|
|
|
301
|
-
|
|
301
|
+
## Contributing & Support
|
|
302
302
|
|
|
303
|
-
|
|
303
|
+
Croner is founded and actively maintained by Hexagon. If you find value in Croner and want to contribute:
|
|
304
304
|
|
|
305
|
-
|
|
305
|
+
- Code Contributions: See our [Contribution Guide](https://croner.56k.guru/contributing.html) for details on how to contribute code.
|
|
306
306
|
|
|
307
|
-
|
|
307
|
+
- Sponsorship and Donations: See [github.com/sponsors/hexagon](https://github.com/sponsors/hexagon)
|
|
308
|
+
|
|
309
|
+
Your trust, support, and contributions drive the project. Every bit, irrespective of its size, is deeply appreciated.
|
|
308
310
|
|
|
309
311
|
## License
|
|
310
312
|
|
|
311
|
-
MIT License
|
|
313
|
+
MIT License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "croner",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.",
|
|
5
5
|
"author": "Hexagon <github.com/hexagon>",
|
|
6
6
|
"homepage": "https://hexagon.github.io/croner",
|