[TASK] Use forked grunt-inline for updated dependencys

This commit is contained in:
Xaver Maierhofer 2017-02-19 13:51:13 +01:00 committed by Xaver Maierhofer
parent 16368addfa
commit 9c4fdde4d8
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{ {
"dependencies": { "dependencies": {
"mute": [ "mute": [
"grunt-inline"
] ]
} }
} }

View File

@ -27,7 +27,7 @@
"grunt-contrib-requirejs": "^1.0.0", "grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.0.0", "grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.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-json-minify": "^1.1.0",
"grunt-postcss": "^0.8.0", "grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0", "grunt-sass": "^2.0.0",