Skip to content

Commit 5c8de89

Browse files
chore: add package to package.json
1 parent ad74f0c commit 5c8de89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"ts-node": "^10.5.0",
5050
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
5151
"tsconfig-paths": "^4.0.0",
52+
"tslib": "^2.8.1",
5253
"typescript": "5.8.3",
5354
"ws": "^8.18.0",
5455
"zod": "^3.23.8",

scripts/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ PACKAGE_MANAGER=$(command -v yarn >/dev/null 2>&1 && echo "yarn" || echo "npm")
1818
$PACKAGE_MANAGER install
1919

2020
cd "$(dirname "$0")/../examples"
21-
$PACKAGE_MANAGER install
21+
$PACKAGE_MANAGER install

0 commit comments

Comments
 (0)