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

Commit

Permalink
added to package main/index new function from 7bfc13e
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamdyson committed Jul 11, 2019
1 parent 7bfc13e commit 1d1a41e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -3,6 +3,7 @@ This library is free software, licensed under the terms of the GNU General Publi

/* istanbul ignore file: test would be a mirror of implementation */
const
createLinearHierarchyFromIdentifierSeparator = require("./createLinearHierarchyFromIdentifierSeparator"),
groupItemsByIdentifierSeparator = require("./groupItemsByIdentifierSeparator"),
removeRedundantParentIdentifierPrefix = require("./removeRedundantParentIdentifierPrefix"),
removeSelfDependentItemsOfType = require("./removeSelfDependentItemsOfType"),
Expand All @@ -17,6 +18,7 @@ const

module.exports =
{
createLinearHierarchyFromIdentifierSeparator,
groupItemsByIdentifierSeparator,
removeRedundantParentIdentifierPrefix,
removeSelfDependentItemsOfType,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -89,5 +89,5 @@
"spellcheck": "find -type f \\( -name \"*.js\" -or -name \"*.md\" \\) ! -path \"./dist/*\" ! -path \"./dist/**/*\" ! -path \"./node_modules/**/*\" ! -path \"./test-coverage/**/*\" -exec npx cspell {} +",
"test": "npx jest --runInBand"
},
"version": "8.3.0"
"version": "8.4.0"
}

0 comments on commit 1d1a41e

Please sign in to comment.