Skip to content

Commit

Permalink
Updated base files - tests still failing
Browse files Browse the repository at this point in the history
Details of failing tests included in
188578c
85e92a70e4

Changes:

- Gone back to using module.exports, as es modules aren't there yet
- Use editions over esnextguardian
- Use documentationjs/jsdoc over yuidoc
- Updated deps

Breaking changes:

- Don't export TaskGroup directly, must do
require('taskgroup').TaskGroup - too difficult to export directly
  • Loading branch information
balupton committed Jun 2, 2016
1 parent f3c0f6e commit 0670b3a
Show file tree
Hide file tree
Showing 82 changed files with 8,042 additions and 13,644 deletions.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 8 June 2014
# 2016 March 8
# https://github.com/bevry/base

root = true
Expand All @@ -17,3 +17,7 @@ indent_size = 2
[*.yml]
indent_style = space
indent_size = 2

[*.md]
indent_style = space
indent_size = 2
Loading

0 comments on commit 0670b3a

Please sign in to comment.