1
0
mirror of https://github.com/Radarr/Radarr synced 2025-10-06 03:32:49 +02:00

added phantom support in gulp

This commit is contained in:
Keivan Beigi
2015-07-18 11:50:16 -07:00
parent 08ebc8d292
commit 32d7da91b7
3 changed files with 54 additions and 17 deletions

View File

@@ -25,8 +25,8 @@
"gulp-less": "2.0.1",
"gulp-print": "1.1.0",
"gulp-replace": "0.5.2",
"gulp-stripbom": "1.0.4",
"gulp-run": "1.6.6",
"gulp-stripbom": "1.0.4",
"gulp-webpack": "1.2.0",
"gulp-wrap": "0.10.1",
"handlebars": "2.0.0",
@@ -34,6 +34,7 @@
"jshint-stylish": "1.0.0",
"run-sequence": "1.0.2",
"streamqueue": "0.1.1",
"webpack": "1.5.3"
"webpack": "1.5.3",
"yargs": "^3.15.0"
}
}