mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-06 09:31:29 -04:00
🚀 prepare v1.0.1
This commit is contained in:
parent
257d1ea4c3
commit
43bc45ec76
4 changed files with 10 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "bibata-cursor",
|
"name": "bibata-cursor",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "🚀 Material Based Cursor Theme 🏳️🌈",
|
"description": "Material Based Cursors 🚀",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
@ -11,7 +11,8 @@
|
||||||
"render:bibata-modern": "yarn workspace bibata-modern render",
|
"render:bibata-modern": "yarn workspace bibata-modern render",
|
||||||
"render:bibata-original": "yarn workspace bibata-original render",
|
"render:bibata-original": "yarn workspace bibata-original render",
|
||||||
"build": "rm -rf themes && python build.py",
|
"build": "rm -rf themes && python build.py",
|
||||||
"py_install": "pip freeze >> requirements.txt"
|
"py_install": "pip install -r requirements.txt",
|
||||||
|
"py_freeze": "pip freeze >> requirements.txt"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "bibata-core",
|
"name": "bibata-core",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Common code inside Bibata Project",
|
"description": "Bibata core package",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "bibata-modern",
|
"name": "bibata-modern",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Rounded Corner Bibata Cursors 🏳️🌈",
|
"description": "Rounded edges bibata cursors 🏳️🌈",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon src/index.ts",
|
"dev": "nodemon src/index.ts",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "bibata-original",
|
"name": "bibata-original",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Sharp Corner Bibata Cursors 🏳️🌈",
|
"description": "Sharp edges bibata cursors 🏳️🌈",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon src/index.ts",
|
"dev": "nodemon src/index.ts",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue