1
0
mirror of https://github.com/flarum/core.git synced 2025-09-09 07:31:09 +02:00

Use new flarum-gulp package.

This commit is contained in:
Toby Zerner
2015-06-08 15:04:42 +09:30
parent 194de6be37
commit 8c8f2bb802
3 changed files with 7 additions and 58 deletions

View File

@@ -1,18 +1,7 @@
{
"name": "flarum-sticky",
"private": true,
"devDependencies": {
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-cached": "^1.0.4",
"gulp-concat": "^2.5.2",
"gulp-if": "^1.2.5",
"gulp-livereload": "^3.8.0",
"gulp-remember": "^0.3.0",
"gulp-uglify": "^1.2.0",
"merge-stream": "^0.1.7",
"yargs": "^3.7.2"
},
"dependencies": {
"streamqueue": "^0.1.3"
"flarum-gulp": "git+https://github.com/flarum/gulp.git"
}
}