Added missing NPM dependency in Orchard.Layouts.

This commit is contained in:
Daniel Stolt 2015-06-10 23:06:41 +03:00
parent 1ee4664c50
commit c8590fd934

View File

@ -10,7 +10,7 @@
"gulp-uglify": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-concat": "^2.5.2",
"del": "^1.1.1"
"merge-stream": "^0.1.7"
},
"dependencies": { }
}