From 68b800fbd3e92693eafbd3c1b72a3b003ba564d3 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 16 Oct 2020 11:01:33 +0700 Subject: [PATCH] updated the package and info --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/package.json b/package.json index b4c03cd..2c7845b 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,23 @@ "engines": { "node": ">=10" }, + "contributors": [ + { + "email": "chanthasuon@cubetiqs.com", + "name": "@chanthasuon", + "url": "https://git.cubetiqs.com/chanthasuon" + }, + { + "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": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs",