Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OSSCAR Team committed Aug 28, 2021
1 parent b9b774c commit 15b3af2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-cube",
"version": "0.1.0",
"version": "0.1.1",
"description": "A JupyterLab extension for rendering cube files.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,6 +53,9 @@
},
"devDependencies": {
"@jupyterlab/builder": "^3.1.9",
"@types/jquery": "3.5.6",
"@types/react-dom": "17.0.9",
"@types/underscore": "1.11.3",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
Expand All @@ -61,10 +64,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"typescript": "~4.3.5",
"@types/underscore": "1.11.3",
"@types/jquery": "3.5.6",
"@types/react-dom": "17.0.9"
"typescript": "~4.3.5"
},
"sideEffects": [
"style/*.css"
Expand Down

0 comments on commit 15b3af2

Please sign in to comment.