Skip to content

Commit 87901ac

Browse files
author
Irene Alvarado
committed
Bump lib version
1 parent 46f7f78 commit 87901ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/csv/csv-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Column, DataItem, stringify } from 'https://deno.land/std@0.92.0/encoding/csv.ts';
2-
import { readCSV, writeCSV } from 'https://deno.land/x/flat@0.0.2/mod.ts'
2+
import { readCSV, writeCSV } from 'https://deno.land/x/flat@0.0.3/mod.ts'
33

44
// Path to a csv file
55
const csvPath = './examples/csv/prices.csv';

0 commit comments

Comments
 (0)