@jupyterlab/tooltip-extension
Advanced tools
Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10
{ | ||
"name": "@jupyterlab/tooltip-extension", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0-alpha.10", | ||
"description": "JupyterLab - Tooltip Extension", | ||
@@ -19,6 +19,11 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"lib/*.js", | ||
"schema/*.json" | ||
"schema/*.json", | ||
"style/**/*.css" | ||
], | ||
"sideEffects": [ | ||
"style/**/*.css" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"style": "style/index.css", | ||
"directories": { | ||
@@ -35,11 +40,11 @@ "lib": "lib/" | ||
"dependencies": { | ||
"@jupyterlab/application": "^1.0.0-alpha.9", | ||
"@jupyterlab/codeeditor": "^1.0.0-alpha.9", | ||
"@jupyterlab/console": "^1.0.0-alpha.9", | ||
"@jupyterlab/coreutils": "^3.0.0-alpha.9", | ||
"@jupyterlab/fileeditor": "^1.0.0-alpha.9", | ||
"@jupyterlab/notebook": "^1.0.0-alpha.10", | ||
"@jupyterlab/rendermime": "^1.0.0-alpha.9", | ||
"@jupyterlab/services": "^4.0.0-alpha.9", | ||
"@jupyterlab/tooltip": "^1.0.0-alpha.9", | ||
"@jupyterlab/application": "^1.0.0-alpha.10", | ||
"@jupyterlab/codeeditor": "^1.0.0-alpha.10", | ||
"@jupyterlab/console": "^1.0.0-alpha.10", | ||
"@jupyterlab/coreutils": "^3.0.0-alpha.10", | ||
"@jupyterlab/fileeditor": "^1.0.0-alpha.10", | ||
"@jupyterlab/notebook": "^1.0.0-alpha.11", | ||
"@jupyterlab/rendermime": "^1.0.0-alpha.10", | ||
"@jupyterlab/services": "^4.0.0-alpha.10", | ||
"@jupyterlab/tooltip": "^1.0.0-alpha.10", | ||
"@phosphor/algorithm": "^1.1.2", | ||
@@ -61,3 +66,3 @@ "@phosphor/coreutils": "^1.3.0", | ||
}, | ||
"gitHead": "3ae93547a9b04453f82bbd883931ac1866f2a08b" | ||
"gitHead": "3fc4a1cb40fe30e45ab696c4925a307aed5210a5" | ||
} |
14296
9
305