Skip to content

Commit

Permalink
Merge a0126c2 into 0985b7c
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Apr 11, 2019
2 parents 0985b7c + a0126c2 commit 52f09b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions website/ocular-config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
const resolve = require('path').resolve;

const DOCS = require('../docs/table-of-contents.json');
const DEPENDENCIES = require('./package.json').dependencies;
// eslint-disable-next-line import/no-extraneous-dependencies
const ALIASES = require('ocular-dev-tools/config/ocular.config')({
root: resolve(__dirname, '..')
}).aliases;

const DEPENDENCIES = require('./package.json').dependencies;

const DOCS = require('../docs/table-of-contents.json');

// When duplicating example dependencies in website, autogenerate
// aliases to ensure the website version is picked up
// NOTE: luma.gl module dependencies are automatically injected
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"gatsby": "2.2.0-rc.2",
"gatsby-plugin-styletron": "^3.0.5",
"ocular-gatsby": "1.0.0-alpha.16",
"ocular-gatsby": "1.0.0-alpha.17",
"sharp": "0.21.1"
}
}

0 comments on commit 52f09b9

Please sign in to comment.