From e45cdb29f590ae52fe9cd3f03663cdc9e5df9b6c Mon Sep 17 00:00:00 2001 From: carlos Date: Sat, 4 Jun 2022 14:53:07 -0400 Subject: [PATCH] chore: changing the name in the package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46be99c..70282da 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "converter-csv-to-json", + "name": "async-convert-csv-to-json", "version": "1.0.0", "description": "convert csv file to json", "main": "index.js",