web-csv-toolbox 0.0.0-next-20240206143241 → 0.0.0-next-20240206163906
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,10 +4,12 @@
|
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
[](http://makeapullrequest.com)
|
|
6
6
|

|
|
7
|
+
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fkamiazya%2Fweb-csv-toolbox?ref=badge_shield)
|
|
7
8
|
|
|
8
9
|

|
|
9
10
|

|
|
10
11
|

|
|
12
|
+
[](https://codecov.io/gh/kamiazya/web-csv-toolbox)
|
|
11
13
|
|
|
12
14
|
# `🌐 web-csv-toolbox 🧰`
|
|
13
15
|
|
|
@@ -357,3 +359,6 @@ Please support [kamiazya](https://github.com/sponsors/kamiazya).
|
|
|
357
359
|
## License ⚖️
|
|
358
360
|
|
|
359
361
|
This software is released under the MIT License, see [LICENSE](https://github.com/kamiazya/web-csv-toolbox?tab=MIT-1-ov-file).
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fkamiazya%2Fweb-csv-toolbox?ref=badge_large)
|
package/package.json
CHANGED