diff --git a/deno.json b/deno.json index 1a3c8b5..d501531 100644 --- a/deno.json +++ b/deno.json @@ -1,9 +1,10 @@ { "name": "@blah/core", - "version": "0.4.0", + "version": "0.4.1", "exports": { "./crypto": "./crypto/mod.ts", - "./identity": "./identity/mod.ts" + "./identity": "./identity/mod.ts", + "./richText": "./richText/mod.ts" }, "imports": { "@deno/dnt": "jsr:@deno/dnt@^0.41.3",