Skip to content

Commit 4ced854

Browse files
committed
Added lazy loading to plotlywidget
1 parent 4576241 commit 4ced854

File tree

2 files changed

+229
-207
lines changed

2 files changed

+229
-207
lines changed

packages/javascript/plotlywidget/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotlywidget",
3-
"version": "1.5.3",
3+
"version": "1.5.5",
44
"description": "The plotly JupyterLab extension",
55
"author": "The plotly.py team",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
],
2424
"scripts": {
2525
"build": "webpack",
26-
"clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static'",
26+
"clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static",
2727
"test": "echo \"Error: no test specified\" && exit 1"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)