From 26fddcf8d4ea0e2f299d26c60cd81f32649cfe27 Mon Sep 17 00:00:00 2001 From: jekkos Date: Wed, 8 Apr 2015 13:47:16 +0200 Subject: [PATCH] Add custom repository for grunt-script-link-tags --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8187cac54..3043eac2b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "grunt-contrib-watch": "~0.5.3", "grunt-mocha-selenium": "~1.0.1", "grunt-mocha-webdriver": "^1.1.2", - "grunt-script-link-tags": "~1.0.3", + "grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#master", "mocha": "^2.2.1", "wd": "^0.3.11" }