refactor: export organizers as a group
refactor: change how indexers are exported docs: update with some more examples chore: bump version
This commit is contained in:
parent
d9dd449927
commit
f2edf6f292
4 changed files with 99 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "@andyburke/fsdb",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
".": "./fsdb.ts",
|
||||
"./cli": "./cli.ts",
|
||||
"./indexers": "./indexers.ts"
|
||||
"./indexers": "./indexers.ts",
|
||||
"./organizers": "./organizers.ts"
|
||||
},
|
||||
|
||||
"tasks": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue