@axium/tasks 0.5.6 → 0.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,8 +33,8 @@
33
33
  const children = tasks
34
34
  .filter(t => t.parentId === task.id)
35
35
  .map(exportTask)
36
- .map(str => '\t' + str)
37
- .join('\n');
36
+ .map(str => '\n\t' + str)
37
+ .join('');
38
38
 
39
39
  return `[${task.completed ? 'x' : ' '}] ${task.summary}` + children;
40
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/tasks",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "author": "James Prevett <axium@jamespre.dev>",
5
5
  "description": "Tasks for Axium",
6
6
  "funding": {