📂 yarn workspaces init

This commit is contained in:
ful1e5 2020-08-13 17:25:22 +05:30
parent 1033d1b702
commit 4757ca3d55
3 changed files with 31 additions and 0 deletions

13
package.json Normal file
View file

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

View file

@ -0,0 +1,9 @@
{
"name": "bibata_cursor_original",
"version": "1.0.0",
"description": "Original Bibata 🚀",
"main": "index.js",
"author": "Kaiz Khatri",
"license": "GPL-3.0",
"private": true
}

View file

@ -0,0 +1,9 @@
{
"name": "bibata_cursor_round",
"version": "1.0.0",
"description": "Rounded Corner Bibata 🏳️‍🌈",
"main": "index.js",
"author": "Kaiz Khatri",
"license": "GPL-3.0",
"private": true
}