Skip to content

Commit 1ce176a

Browse files
fix(docs): update documentation and reference
1 parent 4848217 commit 1ce176a

3 files changed

Lines changed: 17 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ A high-performance, fully typed SDK for integrating with Splitwise, designed for
66

77
## Features 🎉
88

9-
**Blazing Fast** – Optimized for performance across all supported environments.
9+
**Blazing Fast** – Optimized for performance across all supported environments
1010
🔄 **Multi-Platform Support** – Works on Web Workers, browsers, and Node.js
11-
🛡️ **Fully Typed** – Provides complete TypeScript definitions.
12-
🔗 **Seamless API Integration** – Simplifies interaction with Splitwise’s API.
13-
📦 **Lightweight & Efficient** – Minimal dependencies to ensure a small footprint.
11+
🛡️ **Fully Typed** – Provides complete TypeScript definitions
12+
🔗 **Seamless API Integration** – Simplifies interaction with Splitwise’s API
13+
📦 **Lightweight & Efficient** – Minimal dependencies to ensure a small footprint
1414

1515
Perfect for developers who need a reliable and efficient way to manage expenses and group transactions programmatically with Splitwise.
1616

packages/splitwise-ts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ A high-performance, fully typed SDK for integrating with Splitwise, designed for
44

55
## Features 🎉
66

7-
**Blazing Fast** – Optimized for performance across all supported environments.
7+
**Blazing Fast** – Optimized for performance across all supported environments
88
🔄 **Multi-Platform Support** – Works on Web Workers, browsers, and Node.js
9-
🛡️ **Fully Typed** – Provides complete TypeScript definitions.
10-
🔗 **Seamless API Integration** – Simplifies interaction with Splitwise’s API.
11-
📦 **Lightweight & Efficient** – Minimal dependencies to ensure a small footprint.
9+
🛡️ **Fully Typed** – Provides complete TypeScript definitions
10+
🔗 **Seamless API Integration** – Simplifies interaction with Splitwise’s API
11+
📦 **Lightweight & Efficient** – Minimal dependencies to ensure a small footprint
1212

1313
Perfect for developers who need a reliable and efficient way to manage expenses and group transactions programmatically with Splitwise.
1414

packages/splitwise-ts/package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "splitwise-ts",
3-
"version": "1.0.0",
3+
"version": "1.0.0-alpha.0",
4+
"description": "A typed, fast, flexible SDK for Splitwise written in TypeScript",
45
"main": "dist/index.mjs",
56
"types": "dist/index.d.ts",
67
"files": [
@@ -11,6 +12,11 @@
1112
"import": "./dist/index.mjs"
1213
}
1314
},
15+
"homepage": "https://athulanilthomas.github.io/splitwise-ts",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/athulanilthomas/splitwise-ts.git"
19+
},
1420
"scripts": {
1521
"build": "rslib build",
1622
"dev": "rslib build --watch",
@@ -37,5 +43,6 @@
3743
"es-toolkit": "^1.31.0",
3844
"oauth4webapi": "^3.1.1",
3945
"ofetch": "^1.4.1"
40-
}
46+
},
47+
"keywords": ["splitwise", "typescript", "sdk", "api-client", "splitwise-ts"]
4148
}

0 commit comments

Comments
 (0)