Skip to content

Commit

Permalink
Make compatible with jupyterlab 2.1.* and bump to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolmirosa committed May 9, 2020
1 parent 52ca62f commit 59b6fe2
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oriolmirosa/jupyterlab_materialdarker",
"version": "0.4.5",
"version": "0.5.0",
"description": "The Material Darker theme for JupyterLab",
"homepage": "https://github.com/oriolmirosa/jupyterlab_materialdarker",
"bugs": {
Expand All @@ -20,8 +20,10 @@
"lib/*.js",
"style/*"
],
"sideEffects": true,
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"directories": {
"lib": "lib/"
},
Expand All @@ -32,28 +34,31 @@
"scripts": {
"build": "tsc -b",
"build:webpack": "webpack",
"clean": "rimraf lib && rimraf static",
"clean": "rimraf lib tsconfig.tsbuildinfo",
"prepare": "npm run clean && npm run build",
"watch": "tsc -w",
"watch:webpack": "webpack --watch"
},
"dependencies": {
"@jupyterlab/application": "^1.2.0",
"@jupyterlab/apputils": "^1.2.0"
"@jupyterlab/application": "^2.1.0",
"@jupyterlab/apputils": "^2.1.0"
},
"devDependencies": {
"rimraf": "~2.6.2",
"typedoc": "~0.14.2",
"typescript": "~3.5.1",
"css-loader": "~0.28.7",
"mini-css-extract-plugin": "~0.4.4",
"svgo": "~1.0.4",
"svg-url-loader": "~2.3.1",
"rimraf": "~3.0.0",
"typedoc": "~0.15.4",
"typescript": "~3.7.3",
"css-loader": "~3.2.0",
"mini-css-extract-plugin": "~0.8.0",
"svgo": "~1.3.2",
"svg-url-loader": "~3.0.3",
"svgo-loader": "~2.1.0",
"url-loader": "~1.0.1",
"url-loader": "~3.0.0",
"watch": "~1.0.2",
"webpack": "~4.12.0",
"webpack-cli": "^3.0.3"
"webpack": "~4.41.2",
"webpack-cli": "^3.3.10"
},
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true,
Expand Down

0 comments on commit 59b6fe2

Please sign in to comment.