@jupyterlab/theme-dark-extension
Advanced tools
Comparing version 0.19.1-alpha.0 to 0.19.1
@@ -0,0 +0,0 @@ import { JupyterLabPlugin } from '@jupyterlab/application'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@jupyterlab/theme-dark-extension", | ||
"version": "0.19.1-alpha.0", | ||
"version": "0.19.1", | ||
"description": "JupyterLab - Default Dark Theme", | ||
@@ -31,3 +31,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"scripts": { | ||
"build": "run-p build:**", | ||
"build": "tsc -b", | ||
"build:src": "tsc -b src", | ||
@@ -37,3 +37,3 @@ "build:webpack": "webpack", | ||
"prepublishOnly": "npm run build", | ||
"watch": "run-p watch:**", | ||
"watch": "tsc -b --watch", | ||
"watch:src": "tsc -b src --watch", | ||
@@ -43,4 +43,4 @@ "watch:webpack": "webpack --watch" | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.19.1-alpha.0", | ||
"@jupyterlab/apputils": "^0.19.1-alpha.0", | ||
"@jupyterlab/application": "^0.19.1", | ||
"@jupyterlab/apputils": "^0.19.1", | ||
"font-awesome": "~4.7.0" | ||
@@ -63,2 +63,5 @@ }, | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"jupyterlab": { | ||
@@ -68,3 +71,3 @@ "extension": true, | ||
}, | ||
"gitHead": "9d6193d318872a4a3600ee96fe6f3996312ffe07" | ||
"gitHead": "7fc900168981e58051253ecc66a18015a052cd2f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1106756
11