Skip to content

Commit c67cada

Browse files
committed
Add metadata about jupyterlab extension
1 parent b827f02 commit c67cada

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ tags
6161
doc/check-or-enforce-order.py
6262
plotly/package_data/widgetbundle.js
6363
plotly/labextension/*
64+
js/lib
6465

6566
tests/percy/*.html
6667
tests/percy/pandas2/*.html

js/package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "jupyterlab-plotly",
3-
"version": "0.1.0",
43
"main": "lib/mimeExtension.js",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/plotly/plotly.py"
7+
},
8+
"description": "The plotly Jupyter extension",
9+
"author": "The plotly.py team",
10+
"license": "MIT",
511
"scripts": {
612
"build:widget": "esbuild --bundle --alias:plotly.js=plotly.js/dist/plotly --format=esm --minify --outfile=../plotly/package_data/widgetbundle.js src/widget.ts",
713
"build:mimerenderer": "esbuild --bundle --alias:plotly.js=plotly.js/dist/plotly --format=esm --minify --outfile=lib/mimeExtension.js src/mimeExtension.ts",

0 commit comments

Comments
 (0)