You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,7 @@ The file system module for use with [Data-Forge](https://github.com/data-forge/d
4
4
5
5
This library contains the file system extensions to Data-Forge that allow it to directly read and write CSV and JSON files.
6
6
7
+
[Click here for Data-Forge FS API docs](https://data-forge.github.io/data-forge-fs/index.html)
8
+
7
9
See [Data-Forge docs](https://github.com/data-forge/data-forge-ts) and [guide](https://github.com/data-forge/data-forge-ts/blob/master/docs/guide.md) for details on how to use.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "data-forge-fs",
3
-
"version": "0.0.3",
3
+
"version": "0.0.4",
4
4
"description": "This library contains the file system extensions to Data-Forge that allow it to directly read and write CSV and JSON files in Node.js.",
0 commit comments