Skip to content

Commit

Permalink
Set development version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steff456 committed Sep 27, 2023
1 parent 5d9a4c1 commit 12252ce
Show file tree
Hide file tree
Showing 3 changed files with 3,740 additions and 4,767 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-accessible-themes",
"version": "0.2.0",
"version": "0.3.0",
"description": "accessible jupyter lab themes",
"private": true,
"workspaces": [
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"strict": true,
"strictNullChecks": true,
"target": "es2017",
"types": ["jest"]
"types": ["jest"],
"skipLibCheck": true
},
"include": ["src/*"]
}
Loading

0 comments on commit 12252ce

Please sign in to comment.