diff --git a/package.json b/package.json index da4235e..9f4e675 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab_gist_it", - "version": "0.1.0", + "version": "0.2.0", "description": "Upload Jupyter notebooks to GitHub Gist.", "keywords": [ "jupyter", diff --git a/src/gistitwidget.ts b/src/gistitwidget.ts index 7693d83..b86d4a0 100644 --- a/src/gistitwidget.ts +++ b/src/gistitwidget.ts @@ -41,7 +41,7 @@ export default class GistItWidget extends Widget { return; } else if (this._settings.personalAccessToken === '') { window.alert( - "Please save a GitHub personal access token (with Gist access) in the Gist It settings." + 'Please save a GitHub personal access token (with Gist access) in the Gist It settings.' ); return; }