Skip to content

Commit

Permalink
Merge pull request #530 from jpmorganchase/cleanup
Browse files Browse the repository at this point in the history
Removed old files
  • Loading branch information
texodus authored Apr 8, 2019
2 parents aeba4b5 + fab9a2c commit 17ee659
Show file tree
Hide file tree
Showing 11 changed files with 876 additions and 2,905 deletions.
46 changes: 0 additions & 46 deletions API.md

This file was deleted.

6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This is the source for the [Perspective documentaiton github-pages site](https:/
what you're looking for is probably there. Links to the source documenation
from which the site is rendered:

* [Installation](https://github.com/jpmorganchase/perspective/blob/master/docs/md/installation.html)
* [User's Guide](https://github.com/jpmorganchase/perspective/blob/master/docs/md/usage.html)
* [Developer's Guide](https://github.com/jpmorganchase/perspective/blob/master/docs/md/development.html)
* [Installation](https://github.com/jpmorganchase/perspective/blob/master/docs/md/installation.md)
* [User's Guide](https://github.com/jpmorganchase/perspective/blob/master/docs/md/usage.md)
* [Developer's Guide](https://github.com/jpmorganchase/perspective/blob/master/docs/md/development.md)
* [Perspective API](https://github.com/jpmorganchase/perspective/blob/master/packages/perspective/README.md)
* [Perspective Viewer API](https://github.com/jpmorganchase/perspective/blob/master/packages/perspective-viewer/README.md)
Binary file removed favicon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"docs"
],
"devDependencies": {
"@apache-arrow/es5-esm": "^0.4.0",
"@apache-arrow/es5-esm": "0.4.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/perspective-cli/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module.exports = {
[
"@babel/preset-env",
{
useBuiltIns: "usage"
useBuiltIns: "usage",
corejs: 2
}
]
],
Expand Down
3 changes: 2 additions & 1 deletion packages/perspective-viewer-d3fc/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module.exports = {
[
"@babel/preset-env",
{
useBuiltIns: "usage"
useBuiltIns: "usage",
corejs: 2
}
]
],
Expand Down
3 changes: 2 additions & 1 deletion packages/perspective-viewer-highcharts/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module.exports = {
[
"@babel/preset-env",
{
useBuiltIns: "usage"
useBuiltIns: "usage",
corejs: 2
}
]
],
Expand Down
3 changes: 2 additions & 1 deletion packages/perspective-viewer-hypergrid/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module.exports = {
[
"@babel/preset-env",
{
useBuiltIns: "usage"
useBuiltIns: "usage",
corejs: 2
}
]
],
Expand Down
3 changes: 2 additions & 1 deletion packages/perspective-viewer/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module.exports = {
[
"@babel/preset-env",
{
useBuiltIns: "usage"
useBuiltIns: "usage",
corejs: 2
}
]
],
Expand Down
3 changes: 2 additions & 1 deletion packages/perspective/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module.exports = {
[
"@babel/preset-env",
{
useBuiltIns: "usage"
useBuiltIns: "usage",
corejs: 2
}
]
],
Expand Down
Loading

0 comments on commit 17ee659

Please sign in to comment.