Skip to content

Commit

Permalink
Add registry config
Browse files Browse the repository at this point in the history
  • Loading branch information
adierkens committed Jul 5, 2017
1 parent 83f379b commit dea8bd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# object-cache-graph-thing
# object-cache-graph-thing [![npm version](https://badge.fury.io/js/object-cache-graph-thing.svg)](https://badge.fury.io/js/object-cache-graph-thing)
> A thing for making object traversals quicker
Object traversals are slow, recursion is not fun, and waiting 10s for a page to load because you have to parse a JSON blob 17 times is terrible. This tries to fix some of that.
Expand Down Expand Up @@ -58,4 +58,4 @@ ObjectCache._prototype.**getPaths()**_
> Get all the current paths in the tree
ObjectCache._prototype.**getValues()**_
> Get all the current values in the tree
> Get all the current values in the tree
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"type": "git",
"url": "git+https://github.com/adierkens/object-cache-graph-thing.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"tree",
"traversal",
Expand Down

0 comments on commit dea8bd0

Please sign in to comment.