@fineanmol/holiday-optimizer 1.0.16 → 1.0.18
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Holiday Optimizer 🏖️
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@fineanmol/holiday-optimizer)
|
|
4
|
+
[](https://www.npmjs.com/package/@fineanmol/holiday-optimizer)
|
|
5
|
+
[](https://www.npmjs.com/package/@fineanmol/holiday-optimizer)
|
|
6
|
+
|
|
3
7
|
Optimize your vacation days using Dynamic Programming! Maximize your total days off by strategically placing breaks around weekends and public holidays.
|
|
4
8
|
|
|
5
9
|
**Live Demo:** [Try it here](https://fineanmol.github.io/holiday-optimizer/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fineanmol/holiday-optimizer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "Optimize vacation days using dynamic programming — maximize time off around weekends and public holidays.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -37,6 +37,6 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fineanmol/public-holidays": "^1.0.
|
|
40
|
+
"@fineanmol/public-holidays": "^1.0.15"
|
|
41
41
|
}
|
|
42
42
|
}
|