chore(release) publish v4.6.0

This commit is contained in:
Kamil Myśliwiec
2018-02-11 23:44:11 +01:00
parent 5fe79633bf
commit a2a00ad31a
104 changed files with 1466 additions and 189 deletions

View File

@@ -59,5 +59,7 @@ gulp.task('move', function() {
gulp.dest('examples/11-swagger/node_modules/@nestjs')
).pipe(
gulp.dest('examples/12-graphql-apollo/node_modules/@nestjs')
).pipe(
gulp.dest('examples/15-mvc/node_modules/@nestjs')
);
});