New logo, SDK with url support

This commit is contained in:
KMKoushik
2024-05-25 18:46:41 +10:00
parent d081badd3d
commit 5b5fa74f32
23 changed files with 106 additions and 195 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "unsend",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -8,7 +8,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --max-warnings 0",
"build": "rm -rf dist && tsup src/index.ts --format esm,cjs --dts"
"build": "rm -rf dist && tsup index.ts --format esm,cjs --dts"
},
"keywords": [],
"author": "",