From 57737c9c79bbb241c2df36907a83808ad130a977 Mon Sep 17 00:00:00 2001 From: telamonian Date: Wed, 25 Dec 2019 04:42:07 -0500 Subject: [PATCH] integrity --- packages/htmlviewer-extension/package.json | 3 ++- packages/htmlviewer-extension/tsconfig.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/htmlviewer-extension/package.json b/packages/htmlviewer-extension/package.json index 89004dccbff1..9efbd4b3e651 100644 --- a/packages/htmlviewer-extension/package.json +++ b/packages/htmlviewer-extension/package.json @@ -36,7 +36,8 @@ "@jupyterlab/application": "^2.0.0-alpha.4", "@jupyterlab/apputils": "^2.0.0-alpha.4", "@jupyterlab/docregistry": "^2.0.0-alpha.4", - "@jupyterlab/htmlviewer": "^2.0.0-alpha.4" + "@jupyterlab/htmlviewer": "^2.0.0-alpha.4", + "@jupyterlab/ui-components": "^2.0.0-alpha.4" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/htmlviewer-extension/tsconfig.json b/packages/htmlviewer-extension/tsconfig.json index 6a04d89ee1fd..55e1f5da685a 100644 --- a/packages/htmlviewer-extension/tsconfig.json +++ b/packages/htmlviewer-extension/tsconfig.json @@ -17,6 +17,9 @@ }, { "path": "../htmlviewer" + }, + { + "path": "../ui-components" } ] }