gitsheets 0.22.0 → 0.22.1

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.
@@ -112,6 +112,7 @@ class Template
112
112
 
113
113
  if (nextTree) {
114
114
  currentTree = nextTree;
115
+ pathPrefix = path.join(pathPrefix, nextName);
115
116
  } else {
116
117
  return;
117
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitsheets",
3
- "version": "0.22.0",
3
+ "version": "0.22.1",
4
4
  "description": "A toolkit for using a git repository to store low-volume, high-touch, human-scale data",
5
5
  "main": "lib/GitSheets.js",
6
6
  "scripts": {