diff --git a/package.json b/package.json index 1650ce63..b857155a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bibata-cursor", - "version": "1.0.0", - "description": "🚀 Material Based Cursor Theme 🏳️‍🌈", + "version": "1.0.1", + "description": "Material Based Cursors 🚀", "main": "index.js", "author": "Kaiz Khatri", "license": "GPL-3.0", @@ -11,7 +11,8 @@ "render:bibata-modern": "yarn workspace bibata-modern render", "render:bibata-original": "yarn workspace bibata-original render", "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": [ "packages/*" diff --git a/packages/core/package.json b/packages/core/package.json index 80a97605..7e733bfc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "bibata-core", - "version": "1.0.0", - "description": "Common code inside Bibata Project", + "version": "1.0.1", + "description": "Bibata core package", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Kaiz Khatri", diff --git a/packages/modern/package.json b/packages/modern/package.json index 9ed4902d..f121da36 100644 --- a/packages/modern/package.json +++ b/packages/modern/package.json @@ -1,7 +1,7 @@ { "name": "bibata-modern", - "version": "1.0.0", - "description": "Rounded Corner Bibata Cursors 🏳️‍🌈", + "version": "1.0.1", + "description": "Rounded edges bibata cursors 🏳️‍🌈", "main": "index.js", "scripts": { "dev": "nodemon src/index.ts", diff --git a/packages/original/package.json b/packages/original/package.json index 6bd8a669..88a28bfd 100644 --- a/packages/original/package.json +++ b/packages/original/package.json @@ -1,7 +1,7 @@ { "name": "bibata-original", - "version": "1.0.0", - "description": "Sharp Corner Bibata Cursors 🏳️‍🌈", + "version": "1.0.1", + "description": "Sharp edges bibata cursors 🏳️‍🌈", "main": "index.js", "scripts": { "dev": "nodemon src/index.ts",