From 1b8ff8f2a26e70ff9e6ddf91a9431b021dd0a242 Mon Sep 17 00:00:00 2001 From: qzchenwl Date: Thu, 26 Dec 2019 18:51:55 +0800 Subject: [PATCH] jupyterlab-plotly: make it importable in normal package --- packages/javascript/jupyterlab-plotly/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/javascript/jupyterlab-plotly/package.json b/packages/javascript/jupyterlab-plotly/package.json index a9780d41f0c..893e1d2b16d 100644 --- a/packages/javascript/jupyterlab-plotly/package.json +++ b/packages/javascript/jupyterlab-plotly/package.json @@ -4,7 +4,8 @@ "description": "The plotly JupyterLab extension", "author": "The plotly.py team", "license": "MIT", - "main": "src/index.js", + "main": "dist/javascript-renderer-extension.js", + "types": "dist/javascript-renderer-extension.d.ts", "repository": { "type": "git", "url": "https://github.com/plotly/plotly.py"