mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-04-30 16:21:10 +00:00
chore: release 0.4.1
...because I forgot to export richText
This commit is contained in:
parent
5791e31599
commit
f0edaba656
1 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue