Skip to content

Commit

Permalink
Merge pull request FrDH#716 from Quentame/fix_gulp_merge-stream
Browse files Browse the repository at this point in the history
Fix Gulp merge-stream dependency
  • Loading branch information
Fred Heusschen authored Mar 25, 2017
2 parents 1188dfd + fba205f commit 2b58d62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
],
"license": "CC-BY-NC-4.0",
"devDependencies": {
"event-stream": "^0.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.6",
"gulp-uglify": "^1.5.1",
"gulp-umd": "^0.2.0",
"event-stream": "^0.2.0"
"merge-stream": "^1.0.1"
}
}

0 comments on commit 2b58d62

Please sign in to comment.