Commit Graph

5 Commits

Author SHA1 Message Date
Unknown
19f3edf55a comment es5/es6 import in lib/blueprinters 2018-11-12 10:08:37 +00:00
Scott Carver
ba953f56d3 Explicitly export default objects
These cannot be imported elsewhere without explicitly adding them to module.exports.
2018-11-12 10:08:37 +00:00
Scott Carver
e418043d6b Fix logic in sourceExists
The second line is unreachable, so this always returns true. It looks like the logic is supposed to be checking for a source in the list of fetchers - if so, this should now return the correct value in all cases.
2018-11-12 10:08:37 +00:00
Unknown
5d8db90618 add support for single blueprinter in config 2018-11-11 09:16:04 +00:00
Lachlan Kermode
2cbfbc33ef Clean master commit 2018-10-31 19:35:15 +00:00