We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6b91a commit f8bf42bCopy full SHA for f8bf42b
1 file changed
package.json
@@ -2,7 +2,7 @@
2
"name": "csvtojson",
3
"description": "A tool concentrating on converting csv data to JSON with customised parser supporting",
4
"author": "Keyang Xiang <keyang.xiang@gmail.com>",
5
- "homepage": "http://keyangxiang.com/blog/csv2json/",
+ "homepage": "https://github.com/Keyang/node-csvtojson",
6
"bugs": "https://github.com/Keyang/node-csvtojson/issues",
7
"repository": {
8
"type": "git",
@@ -233,4 +233,4 @@
233
"test-debug": "mocha debug ./test -R spec",
234
"test-all": "mocha ./test -R spec && CSV_WORKER=3 mocha ./test -R spec "
235
}
236
-}
+}
0 commit comments