Skip to content

Commit fbf4b33

Browse files
feat(docs): update spec to latest version
1 parent e7a4b27 commit fbf4b33

3 files changed

Lines changed: 15 additions & 23 deletions

File tree

packages/splitwise-ts/package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "A typed, fast, flexible SDK for Splitwise written in TypeScript",
55
"main": "dist/index.mjs",
66
"types": "dist/index.d.ts",
7-
"files": [
8-
"dist"
9-
],
7+
"files": ["dist"],
108
"exports": {
119
".": {
1210
"import": "./dist/index.mjs",
@@ -45,11 +43,5 @@
4543
"oauth4webapi": "^3.1.1",
4644
"ofetch": "^1.4.1"
4745
},
48-
"keywords": [
49-
"splitwise",
50-
"typescript",
51-
"sdk",
52-
"api-client",
53-
"splitwise-ts"
54-
]
46+
"keywords": ["splitwise", "typescript", "sdk", "api-client", "splitwise-ts"]
5547
}

0 commit comments

Comments
 (0)