From f80b6fbfc9df3b71d491fbd944f24f3d2d88b957 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Thu, 13 Aug 2020 18:04:03 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20workspaces=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index ca604daf..69a68378 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,12 @@ { "name": "bibata_cursor", "version": "1.0.0", - "description": "🚀 Material Based Cursor 🏳️‍🌈", - "repository": "git@github.com:ful1e5/Bibata_Cursor.git", - "workspaces": [ - "packages/original", - "packages/round" - ], + "description": "🚀 Material Based Cursor Theme 🏳️‍🌈", + "main": "index.js", "author": "Kaiz Khatri", "license": "GPL-3.0", - "private": true + "private": true, + "workspaces": [ + "packages/*" + ] }