new BT
This commit is contained in:
parent
d35b74e1ab
commit
b7e8a709a5
|
|
@ -3,6 +3,7 @@
|
|||
## UNRELEASED
|
||||
### Fixed
|
||||
* Upgrading node-sass to work when installing on Windows 10 [#1671](https://github.com/sitespeedio/sitespeed.io/issues/1671)
|
||||
* Upgrading to Browsertime 1.5.4 checkout [https://github.com/sitespeedio/browsertime/blob/master/CHANGELOG.md#version-154-2017-07-19](https://github.com/sitespeedio/browsertime/blob/master/CHANGELOG.md#version-154-2017-07-19)
|
||||
|
||||
## 5.4.3 2017-07-14
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
"main": "./lib/sitespeed.js",
|
||||
"dependencies": {
|
||||
"bluebird": "3.5.0",
|
||||
"browsertime": "1.5.3",
|
||||
"browsertime": "1.5.4",
|
||||
"cli-color": "1.1.0",
|
||||
"concurrent-queue": "7.0.1",
|
||||
"fast-stats": "0.0.3",
|
||||
|
|
|
|||
Loading…
Reference in New Issue