forked from spotify/reactochart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dan Delany
committed
Dec 19, 2017
1 parent
46e00e6
commit f0fee06
Showing
16 changed files
with
4,712 additions
and
4,054 deletions.
There are no files selected for viewing
8,666 changes: 4,658 additions & 4,008 deletions
8,666
docs/build/bundle.a1c15d9f438ce991ce06.js → docs/build/bundle.5a32ea5f840fdaca44b2.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
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
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
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,23 +1,26 @@ | ||
{ | ||
"name": "reactochart", | ||
"description": "Reactochart - React Charts, graphs and data visualization (UNSTABLE)", | ||
"description": "Reactochart - React Charts, graphs and data visualization", | ||
"author": "Dan Delany <[email protected]>", | ||
"version": "0.3.1", | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"files": [ | ||
"lib/", | ||
"src/" | ||
"src/", | ||
"*.js", | ||
"*.js.map" | ||
], | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"build": "npm run build-lib && npm run docs", | ||
"dev": "webpack-dev-server --config webpack.config.base.js", | ||
"clean": "node scripts/clean.js", | ||
"docs": "npm run make-docs && npm run build-docs", | ||
"build-lib": "npm run clean && babel src --out-dir ./ --source-maps", | ||
"build-docs": "BABEL_ENV=production webpack --config webpack.config.build.js", | ||
"build": "npm run build-lib && npm run make-docs && npm run build-docs", | ||
"make-docs": "node scripts/makeDocs.js", | ||
"clean": "node scripts/clean.js", | ||
"serve": "python -m SimpleHTTPServer", | ||
"test": "npm run test-jsdom", | ||
"test-browser": "webpack-dev-server --config tests/browser/webpack.config.test.js", | ||
|
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