From 96a0918b193d069ca65154cb0eeabcec6d77a2ee Mon Sep 17 00:00:00 2001 From: Evan Moon Date: Sun, 8 Nov 2020 02:44:06 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EA=B8=B0=EB=B3=B8=EC=A0=81=EC=9D=B8?= =?UTF-8?q?=20package.json=20=EB=82=B4=EC=9A=A9=20=EC=B6=94=EA=B0=80=20(#1?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 06bfe4ed..71040576 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,17 @@ { - "name": "lubycon-ui-kit", + "name": "@lubycon/ui-kit", + "description": "Lubycon UI Kit for any projects 🖌", "version": "0.1.0", - "private": true, + "private": false, + "engines": { + "node": ">=10.15" + }, + "repository": { + "type": "git", + "url": "https://github.com/Lubycon/lubycon-ui-kit.git" + }, + "keywords": ["lubycon"], + "author": "Lubycon", "dependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", @@ -39,5 +49,6 @@ "last 1 firefox version", "last 1 safari version" ] - } + }, + "sideEffects": false }