We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633fa05 commit 5d72f44Copy full SHA for 5d72f44
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@reviewnb/jupyterlab_gitplus",
3
- "version": "0.2.2",
+ "version": "0.1.4",
4
"description": "JupyterLab extension to create GitHub pull requests & commits.",
5
"keywords": [
6
"jupyter",
@@ -74,4 +74,4 @@
74
"extension": true,
75
"outputDir": "jupyterlab_gitplus/labextension"
76
}
77
-}
+}
src/index.ts
@@ -44,7 +44,7 @@ function activate(
44
notebookTracker: INotebookTracker
45
) {
46
console.log(
47
- 'JupyterLab extension @reviewnb/gitplus (0.2.2) is activated.'
+ 'JupyterLab extension @reviewnb/gitplus (0.1.4) is activated!'
48
);
49
const createPRCommand = 'create-pr';
50
app.commands.addCommand(createPRCommand, {
0 commit comments