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

Commit

Permalink
sorting processor functions no longer have their name spread across f…
Browse files Browse the repository at this point in the history
…ile and parent directory
  • Loading branch information
grahamdyson committed Dec 15, 2018
1 parent b04677b commit 53a251d
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -6,9 +6,9 @@
"eunice-processors-createOrAddToStacksUniformly": "dist/stacking/createOrAddToStacksUniformly/bin.js",
"eunice-processors-createOrAddToStacksUsingFileSystem": "dist/stacking/createOrAddToStacksUsingFileSystem/bin.js",
"eunice-processors-groupItemsByIdentifierSeparator": "dist/groupItemsByIdentifierSeparator/bin.js",
"eunice-processors-orderItemsByIdentifier": "dist/orderItemsBy/identifier/bin.js",
"eunice-processors-orderItemsByIndexOfIdentifierSuffix": "dist/orderItemsBy/indexOf/identifierSuffix/bin.js",
"eunice-processors-orderItemsByIndexOfType": "dist/orderItemsBy/indexOf/type/bin.js",
"eunice-processors-orderItemsByIdentifier": "dist/sorting/orderItemsByIdentifier/bin.js",
"eunice-processors-orderItemsByIndexOfIdentifierSuffix": "dist/sorting/orderItemsByIndexOfIdentifierSuffix/bin.js",
"eunice-processors-orderItemsByIndexOfType": "dist/sorting/orderItemsByIndexOfType/bin.js",
"eunice-processors-removeRedundantParentIdentifierPrefix": "dist/removeRedundantParentIdentifierPrefix/bin.js",
"eunice-processors-removeSelfDependentItemsOfType": "dist/removeSelfDependentItemsOfType/bin.js",
"eunice-processors-replaceIdentifiers": "dist/replaceIdentifiers/bin.js",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,5 +1,4 @@
const
createCompareIndexedItemOrLevel = require("./createCompareIndexedItemOrLevel");
const createCompareIndexedItemOrLevel = require("./createCompareIndexedItemOrLevel");

module.exports =
({
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 53a251d

Please sign in to comment.