From: Nicolas Coden Date: Wed, 7 Dec 2016 08:19:43 +0000 (+0100) Subject: Unpin dependency gulp-cache-bust X-Git-Tag: v6.3.0-rc2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9452%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Unpin dependency gulp-cache-bust Unpin `gulp-cache-bust` from `1.0.2` to `~1.0.2`, allowing minor changes only. A new version `v1.1.0` has been released, but require node `>=4.4.5`. The current `foundation-sites` node version is `>=4.2.0`. --- diff --git a/package.json b/package.json index 47b81c6d9..efb92ff37 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "gulp": "^3.8.10", "gulp-add-src": "^0.2.0", "gulp-babel": "^6.1.1", - "gulp-cache-bust": "1.0.2", + "gulp-cache-bust": "~1.0.2", "gulp-check-deps": "^1.4.1", "gulp-concat": "^2.4.3", "gulp-cssnano": "^2.1.0",