This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #306 from plotly/hotfix-tabs
Fix Tabs and Tabs tests
- Loading branch information
Showing
9 changed files
with
40 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
{ | ||
"name": "dash-core-components", | ||
"version": "0.29.0", | ||
"version": "0.30.2", | ||
"description": "Core component suite for Dash", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/plotly/dash-core-components.git" | ||
}, | ||
"main": "src/index.js", | ||
"scripts": { | ||
"build-dev": "builder run clean-lib && builder run extract-metadata && builder run generate-python-classes && webpack -w --config=./config/webpack/webpack.config.dev.js", | ||
"build-dist": "builder run clean-lib && builder run extract-metadata && builder run generate-python-classes && cross-env NODE_ENV=production webpack --config=./config/webpack/webpack.config.dist.js", | ||
"copy-lib": "cp -f lib/* dash_core_components", | ||
"generate-python-classes": "python -c \"import dash; dash.development.component_loader.generate_classes('dash_core_components', 'dash_core_components/metadata.json');\"", | ||
"install-local": "npm run copy-lib && python setup.py install", | ||
"prepublish": "npm test && builder run build-dist && npm run copy-lib", | ||
"prepublish": "npm test && npm run build:js && npm run build:js-dev && npm run build:py", | ||
"publish-all": "npm publish && python setup.py sdist upload", | ||
"publish-pypi": "npm run prepublish && python setup.py sdist && twine upload --sign --skip-existing", | ||
"start": "./node_modules/.bin/builder run build-dev", | ||
"start": "webpack-serve ./webpack.serve.config.js --open", | ||
"test": "eslint src", | ||
"test-watch": "./node_modules/.bin/builder run test-frontend-watch", | ||
"test-debug": "./node_modules/.bin/builder run test-frontend-debug", | ||
"uninstall-local": "pip uninstall dash-core-components -y", | ||
"build:js": "webpack --mode production", | ||
"build:js-dev": "webpack --mode development", | ||
"build:py": "node ./extract-meta src/components > dash_core_components/metadata.json && cp package.json dash_core_components && npm run generate-python-classes" | ||
}, | ||
"author": "Chris Parmer <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.30.1' | ||
__version__ = '0.30.2' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters