-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump Version * Bundle update * Improve Changelog
- Loading branch information
Xing Han Lu
authored
Nov 9, 2018
1 parent
1083274
commit 48d91d5
Showing
3 changed files
with
24 additions
and
3 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
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,7 +1,7 @@ | ||
{ | ||
"name": "dash-cytoscape", | ||
"version": "0.0.1", | ||
"description": "dash-cytoscape", | ||
"version": "0.0.2", | ||
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"start": "webpack-serve ./webpack.serve.config.js --open", | ||
|
@@ -12,6 +12,7 @@ | |
"build:all-dev": "npm run build:js-dev & npm run build:py" | ||
}, | ||
"author": "The Plotly Team", | ||
"author-email": "[email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"lodash": "^4.17.11", | ||
|
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