Skip to content

Commit

Permalink
docs(trie): update pkg meta & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 22, 2024
1 parent ea90484 commit 1edc64e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/trie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

## About

TODO.
Trie-based map data structure with prefix search/query support.

This package contains functionality which was previously part of and has been
extracted from the [@thi.ng/associative](https://thi.ng/associative) package.
Expand Down
2 changes: 1 addition & 1 deletion packages/trie/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thi.ng/trie",
"version": "1.0.0",
"description": "TODO",
"description": "Trie-based map data structure with prefix search/query support",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 1edc64e

Please sign in to comment.