From 020c3bb1fbd927ef66c1a375675a357738e7731c Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Fri, 27 Nov 2020 13:00:53 +0000 Subject: [PATCH] :truck: Rename package for consistency --- .travis.yml | 4 ++-- LICENSE | 4 ++-- package.json | 2 +- src/index.ts | 8 ++++---- tsconfig.tsbuildinfo | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ca4e89..b7a02f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ install: - pip install --upgrade ".[test]" -v script: - jupyter nbextension list - - jupyter nbextension enable --py --sys-prefix jupyter_pitaya_smoothie + - jupyter nbextension enable --py --sys-prefix jupyter-pitaya-smoothie - pip install jupyterlab - jupyter labextension list - - jupyter labextension list 2>&1 | grep -q jupyter_pitaya_smoothie + - jupyter labextension list 2>&1 | grep -q jupyter-pitaya-smoothie - jupyter labextension link diff --git a/LICENSE b/LICENSE index 26f8e42..c1ef021 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020, jupyter_pitaya_smoothie +Copyright (c) 2020, jupyter-pitaya-smoothie All rights reserved. Redistribution and use in source and binary forms, with or without @@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met: this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of jupyter_pitaya_smoothie nor the names of its +* Neither the name of jupyter-pitaya-smoothie nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/package.json b/package.json index 9a2763e..9907f22 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@trallard/jupyter_pitaya_smoothie", + "name": "@trallard/jupyter-pitaya-smoothie", "version": "0.1.0", "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 ", diff --git a/src/index.ts b/src/index.ts index b2b9b99..ad55b80 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,16 +6,16 @@ import { import { IThemeManager } from '@jupyterlab/apputils'; /** - * A plugin for trallard/jupyter_pitaya_smoothie + * A plugin for trallard/jupyter-pitaya-smoothie */ const plugin: JupyterFrontEndPlugin = { - id: '@trallard/jupyter_pitaya_smoothie:plugin', + id: '@trallard/jupyter-pitaya-smoothie:plugin', requires: [IThemeManager], activate: function (app: JupyterFrontEnd, manager: IThemeManager) { - const style = '@trallard/jupyter_pitaya_smoothie/index.css'; + const style = '@trallard/jupyter-pitaya-smoothie/index.css'; manager.register({ - name: 'jupyter_pitaya_smoothie', + name: 'Pitaya Smoothie', isLight: false, load: () => manager.loadCSS(style), unload: () => Promise.resolve(undefined) diff --git a/tsconfig.tsbuildinfo b/tsconfig.tsbuildinfo index 75075fb..cb9bce2 100644 --- a/tsconfig.tsbuildinfo +++ b/tsconfig.tsbuildinfo @@ -1426,8 +1426,8 @@ "signature": "7a7e8dec050f4ad9d6b093812a3a203acb13a32364079db20f7a6fde38f8427c" }, "./src/index.ts": { - "version": "55fbf638d8ca77d9048955b6d52f11f44e52be6902f9e1a3ffeb219e222eea1a", - "signature": "b2876e2596c1664ab83dc2b3a1171ffc228aa454cceeba3bb17b821909d3e586" + "version": "5fff7a0d7cbc5756310eeded4c6d8c6e93f4be1777052348da9a2063b0c4f3d4", + "signature": "dfa696bed418475319f601b6e8915ed1c3d1c7c2e7ded3b9d94048045b5560ff" } }, "options": {