Skip to content

Commit 5d72f44

Browse files
committed
npm version to be different than PyPI version
1 parent 633fa05 commit 5d72f44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reviewnb/jupyterlab_gitplus",
3-
"version": "0.2.2",
3+
"version": "0.1.4",
44
"description": "JupyterLab extension to create GitHub pull requests & commits.",
55
"keywords": [
66
"jupyter",
@@ -74,4 +74,4 @@
7474
"extension": true,
7575
"outputDir": "jupyterlab_gitplus/labextension"
7676
}
77-
}
77+
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function activate(
4444
notebookTracker: INotebookTracker
4545
) {
4646
console.log(
47-
'JupyterLab extension @reviewnb/gitplus (0.2.2) is activated.'
47+
'JupyterLab extension @reviewnb/gitplus (0.1.4) is activated!'
4848
);
4949
const createPRCommand = 'create-pr';
5050
app.commands.addCommand(createPRCommand, {

0 commit comments

Comments
 (0)