Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Update plotly.js to 1.42.1 #354

Merged
merged 4 commits into from
Nov 1, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ node_modules/
.npm
.git/
vv/
venv/
venv*
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use venv36 for testing on python 3 and venv for python 2, was doing a release the other time and noticed the package was over 130mb because it took the venv36 files, that package was canceled before upload.

*.pyc
*.log
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include dash_core_components/dash_core_components.dev.js
include dash_core_components/metadata.json
include dash_core_components/[email protected]
include dash_core_components/[email protected]
include dash_core_components/plotly-1.41.3.min.js
include dash_core_components/plotly-1.42.1.min.js
include dash_core_components/[email protected]
include dash_core_components/[email protected]
include dash_core_components/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions dash_core_components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

_js_dist = [
{
'external_url': 'https://cdn.plot.ly/plotly-1.41.3.min.js',
'relative_package_path': 'plotly-1.41.3.min.js',
'external_url': 'https://cdn.plot.ly/plotly-1.42.1.min.js',
'relative_package_path': 'plotly-1.42.1.min.js',
'namespace': 'dash_core_components'
},
{
Expand Down
7 changes: 0 additions & 7 deletions dash_core_components/plotly-1.41.3.min.js

This file was deleted.

7 changes: 7 additions & 0 deletions dash_core_components/plotly-1.42.1.min.js

Large diffs are not rendered by default.