soff-date 1.0.0 → 1.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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Soff Date
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/soff-date)
|
|
4
|
-
[](LICENSE)
|
|
5
|
+
[](https://github.com/bledxs/soff-monorepo/actions)
|
|
6
|
+
[](https://codecov.io/gh/bledxs/soff-monorepo)
|
|
7
7
|
[](https://bundlephobia.com/package/soff-date)
|
|
8
|
-
[](#contributors)
|
|
9
9
|
|
|
10
10
|
Lightweight, tree-shakeable holiday calculator with algorithmic date computation.
|
|
11
11
|
|
|
@@ -268,7 +268,7 @@ Thanks goes to these wonderful people ([emoji key](https://all-contributors.js.o
|
|
|
268
268
|
<table>
|
|
269
269
|
<tbody>
|
|
270
270
|
<tr>
|
|
271
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bledxs"><img src="https://avatars.githubusercontent.com/u/90062924?v=4" width="100px;" alt="Luis C. Rojas"/><br /><sub><b>Luis C. Rojas</b></sub></a><br /><a href="https://github.com/bledxs/soff-
|
|
271
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bledxs"><img src="https://avatars.githubusercontent.com/u/90062924?v=4" width="100px;" alt="Luis C. Rojas"/><br /><sub><b>Luis C. Rojas</b></sub></a><br /><a href="https://github.com/bledxs/soff-monorepo/commits?author=bledxs" title="Code">💻</a> <a href="https://github.com/bledxs/soff-monorepo/commits?author=bledxs" title="Documentation">📖</a> <a href="#maintenance-bledxs" title="Maintenance">🚧</a></td>
|
|
272
272
|
</tr>
|
|
273
273
|
</tbody>
|
|
274
274
|
</table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soff-date",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Lightweight, tree-shakeable holiday calculator with algorithmic date computation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"bugs": {
|
|
163
163
|
"url": "https://github.com/bledxs/soff-monorepo/issues"
|
|
164
164
|
},
|
|
165
|
-
"homepage": "https://github.com/bledxs/soff-monorepo/tree/
|
|
165
|
+
"homepage": "https://github.com/bledxs/soff-monorepo/tree/master/packages/soff-date#readme",
|
|
166
166
|
"engines": {
|
|
167
167
|
"node": ">=20"
|
|
168
168
|
},
|