v2.0.0-0
Breaking changes!
To pass config into atlas guide you need to pass it explicitly into withConfig
method:
const atlas = require('atlas-guide').withConfig('./project/root/path/to/config.json');
// or atlas = require('atlas-guide').withConfig({ rawConfigObject });
atlas.build().then(...);
Search for configs into project root .atlasrc.json
or package.json
is removed.
CLI
You need to pass config argument to CLI command:
npx atlas-guide --build=./path/to/config.json
UP:
- Passing different configs to build different guides for brands or sub projects
- CLI,
.build
and.buildAll
methods - dependencies
d3-scale
2.2.2 -> 3.0.0marked
0.6.1 -> 0.6.2
- dev deps