Skip to content

Commit

Permalink
build: 🚀 queue implementation and README update (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandy8055 authored Nov 17, 2024
1 parent 9da5924 commit 8acb76c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ import {
BiDirectionalMap,
LRUCache,
} from 'jsr:@mskr/data-structures';
// or if you want to use it with esm.sh
// import * as ds from 'https://esm.sh/jsr/@mskr/data-structures';
// import { ... } from 'https://esm.sh/jsr/@mskr/data-structures';
```

## Available Data Structures and their detailed documentations
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mskr/data-structures",
"version": "0.6.0",
"version": "1.0.0",
"exports": "./src/mod.ts",
"license": "MIT",
"publish": {
Expand Down

0 comments on commit 8acb76c

Please sign in to comment.