This commit is contained in:
Philipp Kunz 2023-07-28 05:49:45 +02:00
parent 515be51253
commit 1e095d325b

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartmail", "name": "@push.rocks/smartmail",
"version": "1.0.23", "version": "1.0.24",
"private": false, "private": false,
"description": "a unified format for representing and dealing with mails", "description": "a unified format for representing and dealing with mails",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -43,4 +43,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }