Skip to content

Commit aa23814

Browse files
author
Shane Osbourne
committedDec 27, 2023
moving localtunnel to peer dependency
1 parent f267cb6 commit aa23814

File tree

2 files changed

+101
-96
lines changed

2 files changed

+101
-96
lines changed
 

‎packages/browser-sync/package-lock.json

+98-95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/browser-sync/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"fs-extra": "3.0.1",
5151
"http-proxy": "^1.18.1",
5252
"immutable": "^3",
53-
"localtunnel": "^2.0.1",
5453
"micromatch": "^4.0.2",
5554
"opn": "5.3.0",
5655
"portscanner": "2.2.0",
@@ -86,6 +85,9 @@
8685
"typescript": "^4.6.2",
8786
"vinyl": "1.2.0"
8887
},
88+
"peerDependencies": {
89+
"localtunnel": "^2.0.2"
90+
},
8991
"keywords": [
9092
"browser sync",
9193
"css",

0 commit comments

Comments
 (0)
Please sign in to comment.