Browse Source

Add yaml and map-stream as peer deps #2453

pull/2492/head
jlukic 9 years ago
parent
commit
6ba18a8ddd
1 changed files with 4 additions and 2 deletions
  1. 6
      package.json

6
package.json

@ -36,13 +36,15 @@
"gulp-notify": "*",
"gulp-plumber": "*",
"gulp-print": "*",
"gulp-replace": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-rtlcss": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-watch": "*",
"require-dot-file": "*"
"map-stream": "*",
"require-dot-file": "*",
"yamljs": "*"
},
"dependencies": {
"better-console": "*",

Loading…
Cancel
Save