diff --git a/README.md b/README.md index 336caf5..ff18379 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/deno.json b/deno.json index 6cccfb8..1218149 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@mskr/data-structures", - "version": "0.6.0", + "version": "1.0.0", "exports": "./src/mod.ts", "license": "MIT", "publish": {