Remove useless dependencies

This commit is contained in:
Tyler Long
2017-04-17 00:37:01 +08:00
parent 3ac23c21d9
commit 15bfc12cbe
3 changed files with 16 additions and 105 deletions

View File

@@ -25,7 +25,7 @@ gulp.task('live-server', function () {
gulp.task('watch2', ['live-server'], function () {
return shell.task([
'watchify src/mermaid.js -s mermaid -o dist/mermaid.js'
'yarn build -- --watch'
])
})