We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4576241 commit 4ced854Copy full SHA for 4ced854
packages/javascript/plotlywidget/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "plotlywidget",
3
- "version": "1.5.3",
+ "version": "1.5.5",
4
"description": "The plotly JupyterLab extension",
5
"author": "The plotly.py team",
6
"license": "MIT",
@@ -23,7 +23,7 @@
23
],
24
"scripts": {
25
"build": "webpack",
26
- "clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static'",
+ "clean": "rimraf dist/ && rimraf ../../python/plotly/plotlywidget/static",
27
"test": "echo \"Error: no test specified\" && exit 1"
28
},
29
"devDependencies": {
0 commit comments