Skip to content

Commit f8bf42b

Browse files
authored
Update package.json
fix #145
1 parent fe6b91a commit f8bf42b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "csvtojson",
33
"description": "A tool concentrating on converting csv data to JSON with customised parser supporting",
44
"author": "Keyang Xiang <keyang.xiang@gmail.com>",
5-
"homepage": "http://keyangxiang.com/blog/csv2json/",
5+
"homepage": "https://github.com/Keyang/node-csvtojson",
66
"bugs": "https://github.com/Keyang/node-csvtojson/issues",
77
"repository": {
88
"type": "git",
@@ -233,4 +233,4 @@
233233
"test-debug": "mocha debug ./test -R spec",
234234
"test-all": "mocha ./test -R spec && CSV_WORKER=3 mocha ./test -R spec "
235235
}
236-
}
236+
}

0 commit comments

Comments
 (0)