Skip to content

Commit

Permalink
node v8, extracted minidi
Browse files Browse the repository at this point in the history
  • Loading branch information
gojko committed Dec 18, 2017
1 parent 067452f commit 35bb773
Show file tree
Hide file tree
Showing 6 changed files with 1,527 additions and 585 deletions.
2 changes: 1 addition & 1 deletion bin/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const minimist = require('minimist'),
process = require('process'),
path = require('path'),
readCommands = require('../src/util/read-commands'),
ComponentBuilder = require('../src/components/builder'),
ComponentBuilder = require('minidi'),
docTxt = require('../src/util/doc-txt'),
defaultComponentPath = name => path.join(__dirname, '..', 'src', 'components', name),
defaultFixtureEnginePath = name => path.join(__dirname, '..', 'src', 'fixture-engines', name),
Expand Down
Loading

0 comments on commit 35bb773

Please sign in to comment.