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",