This commit is contained in:
soulgalore 2017-07-19 21:10:46 +02:00
parent d35b74e1ab
commit b7e8a709a5
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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",