From 6060d44797915be2c9a5be53eddc341ac6b6c1bb Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Fri, 27 Nov 2020 12:15:29 +0000 Subject: [PATCH] :package: Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 14f948e..9a2763e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@trallard/jupyter_pitaya_smoothie", "version": "0.1.0", - "description": "Pitaya Smoothie in JupyterLab", + "description": "Pitaya Smoothie in JupyterLab: a dark theme inspired by 2018 Pantone of the Year. Designed for low-light condition and colorblindness tested.", "author": "Tania Allard ", "keywords": [ "jupyter", @@ -56,10 +56,10 @@ }, "homepage": "https://trallard.dev", "bugs": { - "url": "" + "url": "https://trallard.github.io/pitaya_smoothie/" }, "repository": { "type": "git", - "url": "" + "url": "https://github.com/trallard/jupyterlab-pitaya-smoothie" } }