Skip to content

Commit dbe9ffe

Browse files
author
Shane Osbourne
committedJun 17, 2015
fix(client-script): serve cached/gzipped client JS file - fixes #657
1 parent 45b3dab commit dbe9ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"anymatch": "^1.3.0",
3434
"async-each-series": "^0.1.1",
35-
"browser-sync-client": "^2.1.0",
35+
"browser-sync-client": "^2.2.1",
3636
"browser-sync-ui": "^0.5.9",
3737
"chokidar": "^1.0.3",
3838
"connect": "^3.3.5",
@@ -51,7 +51,7 @@
5151
"portscanner": "^1.0.0",
5252
"query-string": "^2.3.0",
5353
"resp-modifier": "^4.0.2",
54-
"serve-index": "^1.6.4",
54+
"serve-index": "^1.7.0",
5555
"serve-static": "^1.9.3",
5656
"socket.io": "^1.3.5",
5757
"ua-parser-js": "^0.7.7",

3 commit comments

Comments
 (3)

shinnn commented on Jun 17, 2015

@shinnn
Contributor

@shakyShane I'll tell you in advance that we don't need to publish a new version for this change because npm automatically updates them correctly when users re-install Browsersync. https://nodesource.com/blog/semver-tilde-and-caret

shakyShane commented on Jun 17, 2015

@shakyShane
Contributor

Good point, although in this case there are also some follow-up changes to Browsersync (to support the proxy) so we'll need to.

shinnn commented on Jun 17, 2015

@shinnn
Contributor

🆗

Please sign in to comment.