From 9c4fdde4d880d9b1c3b4e4c1740083e65d45cea3 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sun, 19 Feb 2017 13:51:13 +0100 Subject: [PATCH] [TASK] Use forked grunt-inline for updated dependencys --- .bithoundrc | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.bithoundrc b/.bithoundrc index 41ef52e..5c27aec 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -1,7 +1,6 @@ { "dependencies": { "mute": [ - "grunt-inline" ] } } diff --git a/package.json b/package.json index cca58fd..3052fd8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "grunt-contrib-requirejs": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^19.0.0", - "grunt-inline": "^0.3.6", + "grunt-inline": "https://github.com/xf-/grunt-inline.git", "grunt-json-minify": "^1.1.0", "grunt-postcss": "^0.8.0", "grunt-sass": "^2.0.0",