From b96ada51cc6f01fe0c693348a3b0ccb9d6aacde9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sauli=20T=C3=A4hk=C3=A4p=C3=A4=C3=A4?= Date: Wed, 29 Mar 2017 23:00:38 +0300 Subject: [PATCH] Fix dependencies to work with old node.js --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bef1fb5..8f14e6d 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ "license": "Apache-2.0", "dependencies": { "bower": "latest", - "fs-extra": "latest", + "fs-extra": "2.0.x", "gulp": "^3.9.1", "gulp-add-src": "latest", - "gulp-git": "latest", + "gulp-git": "1.14.x", "gulp-json-editor": "latest", "gulp-markdown": "^1.0.0", "gulp-modify": "^0.1.1", -- 2.39.5