Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #236 from afshin/v0.1.0-alpha.1
Browse files Browse the repository at this point in the history
v0.1.0-alpha.1
  • Loading branch information
afshin committed Nov 27, 2019
2 parents 7fc624f + bd24e14 commit 9367c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/debugger",
"version": "0.1.0",
"version": "0.1.0-alpha.1",
"description": "JupyterLab - Debugger Extension",
"homepage": "https://github.com/jupyterlab/debugger",
"bugs": {
Expand Down Expand Up @@ -99,9 +99,9 @@
]
},
"publishConfig": {
"access": "private"
"access": "public"
},
"private": true,
"private": false,
"jupyterlab": {
"extension": true,
"schemaDir": "schema"
Expand Down

0 comments on commit 9367c70

Please sign in to comment.