Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfdjackson committed May 23, 2013
1 parent cc8de79 commit c1a1dad
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
@@ -1,8 +1,7 @@

{
"name": "persistent-hash-trie",
"description": "Pure string:val storage, using structural sharing",
"version": "0.3.2",
"version": "0.4.0",
"main": "src/persistent-hash-trie.js",
"scripts": {
"test": "mocha",
Expand Down Expand Up @@ -42,7 +41,17 @@
],
"harness": "mocha"
},
"keywords": ["persistent", "hash", "trie", "pure", "functional", "datastructure", "bagwell", "clojure", "immutability"],
"keywords": [
"persistent",
"hash",
"trie",
"pure",
"functional",
"datastructure",
"bagwell",
"clojure",
"immutability"
],
"author": "hughfdjackson",
"license": "BSD"
}

0 comments on commit c1a1dad

Please sign in to comment.