From 11a9420bea3f6073e8300b725ac852e80da9d854 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 30 Mar 2021 09:19:19 +0700 Subject: [PATCH] Updated package json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 984d7d3..deae321 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "excel2json", "version": "1.0.0", "description": "Excel to json", + "repository": { + "url": "https://github.com/CUBETIQ/excel2json.git" + }, "main": "index.js", "scripts": { "start": "node index.js",