Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
specified subset identifier hierarchy filesystem stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Dyson committed Apr 17, 2020
1 parent 29bdff3 commit 8ba0711
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,5 +71,5 @@
"test": "npx jest",
"typescript": "npx tsc -p jsconfig.json"
},
"version": "14.3.1"
"version": "14.4.0"
}
2 changes: 1 addition & 1 deletion stacking/createOrAddToStacksUsingFileSystem/index.js
Expand Up @@ -9,7 +9,7 @@ export default ({
directory,
identifierOrItemOrLevelOrStack,
stackFileName = ".eunice-stack.yaml",
subsetIdentifierHierarchy,
subsetIdentifierHierarchy = null,
}) =>
replaceIdentifiersAndItemsAndLevelsAndStacks({
identifierOrItemOrLevelOrStack,
Expand Down
2 changes: 0 additions & 2 deletions stacking/createOrAddToStacksUsingFileSystem/index.test.js
Expand Up @@ -59,8 +59,6 @@ test(
"subdirectoryWithStackUpper",
],
},
subsetIdentifierHierarchy:
null,
}),
)
.toEqual({
Expand Down

0 comments on commit 8ba0711

Please sign in to comment.