From c33c9017fe034ec09c1eb15428de5522df897e09 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Oct 2020 15:16:20 +0700 Subject: [PATCH] updated and add contributors in package json --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a53243..c8ee36c 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,21 @@ "license": "MIT", "private": false, "keywords": ["javascript","typescript", "boilerplate","library"], - "repository": { "url": "https://git.cubetiqs.com/CUBETIQ/library-boilerplate.git" }, + "contributors": [ + { + "email": "s.long@cubetiqs.com", + "name": "@s.long", + "url": "https://git.cubetiqs.com/s.long" + }, + { + "email": "sombochea@cubetiqs.com", + "name": "@SomboChea", + "url": "https://git.cubetiqs.com/sombochea" + } +], "scripts": { "build": "tsc", "test": "jest",