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

Commit

Permalink
updated package.json bin paths with @123e879
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Dyson committed Oct 20, 2019
1 parent a9ddd11 commit 98bf6a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"eunice-processors-orderItemsByIndexOfType": "sorting/orderItemsByIndexOfType/bin.js",
"eunice-processors-removeRedundantParentIdentifierPrefix": "removeRedundantParentIdentifierPrefix/bin.js",
"eunice-processors-removeSelfDependentItemsOfType": "removeSelfDependentItemsOfType/bin.js",
"eunice-processors-replaceDependsUponWithHierarchyFromSeparator": "replaceDependsUpon/withHierarchyFromSeparator/bin.js",
"eunice-processors-replaceIdentifiers": "replaceIdentifiers/bin.js",
"eunice-processors-replaceDependsUponWithHierarchyFromSeparator": "replacement/replaceDependsUpon/withHierarchyFromSeparator/bin.js",
"eunice-processors-replaceIdentifiers": "replacement/replaceIdentifiers/bin.js",
"eunice-processors-setTypeOfRootItems": "setTypeOfRootItems/bin.js",
"eunice-processors-unstackIndependent": "unstackIndependent/bin.js"
},
Expand Down Expand Up @@ -83,5 +83,5 @@
"spellcheck": "find -type f \\( -name \"*.js\" -or -name \"*.md\" \\) ! -path \"./node_modules/**/*\" ! -path \"./test-coverage/**/*\" -exec npx cspell {} +",
"test": "npx jest --runInBand"
},
"version": "10.0.0"
"version": "10.0.1"
}

0 comments on commit 98bf6a9

Please sign in to comment.