workspaces init

This commit is contained in:
ful1e5 2020-08-13 18:04:03 +05:30
parent 3f47118b73
commit f80b6fbfc9

View file

@ -1,13 +1,12 @@
{ {
"name": "bibata_cursor", "name": "bibata_cursor",
"version": "1.0.0", "version": "1.0.0",
"description": "🚀 Material Based Cursor 🏳️‍🌈", "description": "🚀 Material Based Cursor Theme 🏳️‍🌈",
"repository": "git@github.com:ful1e5/Bibata_Cursor.git", "main": "index.js",
"workspaces": [
"packages/original",
"packages/round"
],
"author": "Kaiz Khatri", "author": "Kaiz Khatri",
"license": "GPL-3.0", "license": "GPL-3.0",
"private": true "private": true,
"workspaces": [
"packages/*"
]
} }