Skip to content

Commit

Permalink
Replace yarn with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 7, 2023
1 parent 6f2c79f commit 6060373
Show file tree
Hide file tree
Showing 6 changed files with 6,413 additions and 6,419 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ docs/
node_modules/
protocol/
src/proto/
yarn.lock
yarn.lock
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ setLogExtension((level: LogLevel, msg: string, context: object) => {

### SDK Sample

[example/sample.ts](example/sample.ts) contains a demo webapp that uses the SDK. Run it with `yarn sample`
[example/sample.ts](example/sample.ts) contains a demo webapp that uses the SDK. Run it with `pnpm install && pnpm sample`

## Browser Support

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"./dist/ts4.2/src/index.d.ts"
],
"./dist/src/e2ee/worker/e2ee.worker.d.ts": [
"./dist/ts4.2//dist/src/e2ee/worker/e2ee.worker.d.ts"
"./dist/ts4.2/dist/src/e2ee/worker/e2ee.worker.d.ts"
]
}
},
Expand All @@ -46,7 +46,7 @@
"deploy": "gh-pages -d example/dist",
"format": "prettier --write src example/sample.ts",
"format:check": "prettier --check src",
"release": "yarn build && yarn compat && changeset publish",
"release": "pnpm build && pnpm compat && changeset publish",
"downlevel-dts": "downlevel-dts ./dist/ ./dist/ts4.2 --to=4.2",
"compat": "eslint --no-eslintrc --config ./.eslintrc.dist.cjs ./dist/livekit-client.umd.js",
"size-limit": "size-limit"
Expand All @@ -57,6 +57,7 @@
"loglevel": "^1.8.0",
"sdp-transform": "^2.14.1",
"ts-debounce": "^4.0.0",
"tslib": "2.6.2",
"typed-emitter": "^2.1.0",
"webrtc-adapter": "^8.1.1"
},
Expand Down
Loading

0 comments on commit 6060373

Please sign in to comment.