From 9c806f67b7115a4ef97552ebe1723e69d2a587fd Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Mon, 12 Sep 2016 17:40:05 +0100 Subject: [PATCH] fix(harp): temporarily use PR commit for js fix (#2308) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8ece4dacf..4d5061f581 100644 --- a/package.json +++ b/package.json @@ -42,13 +42,13 @@ "globby": "^4.0.0", "gulp": "^3.5.6", "gulp-env": "0.4.0", - "gulp-sass": "^2.3.2", "gulp-less": "^3.1.0", + "gulp-sass": "^2.3.2", "gulp-task-listing": "^1.0.1", "gulp-tslint": "^5.0.0", "gulp-util": "^3.0.6", "gulp-watch": "^4.3.4", - "harp": "0.21.0-pre.0", + "harp": "git://github.com/filipesilva/harp.git#8da8d3497ddbfcbcbadd8be63e0fd731d7310cc4", "html2jade": "^0.8.4", "indent-string": "^2.1.0", "jasmine-core": "^2.3.4",