From e4fc2ac06b2de2615afbadae4c65703c01118d7b Mon Sep 17 00:00:00 2001 From: jekkos Date: Fri, 12 Aug 2016 12:06:53 +0200 Subject: [PATCH] Fix script-tag plugin version to use absolutePath option (#612) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7a85edb1..32b4cdb78 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "grunt-contrib-watch": "~0.5.3", "grunt-license-bower": "~1.0.1", "grunt-mocha-webdriver": "^1.2.2", - "grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#master", + "grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#c87d3e1d", "grunt-wiredep": "^2.0.0", "load-grunt-tasks": "^3.4.0", "mocha": "^2.2.1",