Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix website build #641

Merged
merged 1 commit into from
Feb 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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 website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"gatsby": "~2.18.0",
"gatsby-plugin-no-sourcemaps": "^2.1.1",
"gatsby-theme-ocular": "^1.2.0-beta.2",
"gatsby-theme-ocular": "^1.2.0-beta.4",
"gh-pages": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion website/templates/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class IndexPage extends React.Component {
Loaders and Writers can be used with any visualization framework.
</Bullet>
<Bullet>
Move your code around and rely on your loaders to keep working.
Move your code between browser, worker threads and Node.js and rely on your loaders to keep working.
</Bullet>
</ul>
</Home>
Expand Down