Explorar o código

Aligned gulpfile to the new ckeditor5-dev-env API.

Maciej Bukowski %!s(int64=9) %!d(string=hai) anos
pai
achega
43f18fca76
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      gulpfile.js

+ 3 - 3
gulpfile.js

@@ -50,13 +50,13 @@ function getTestOptions() {
 // Translations ----------------------------------------------------------------
 
 gulp.task( 'translations:collect', () => {
-	return require( '@ckeditor/ckeditor5-dev-env' )( {} ).collectTranslations();
+	return require( '@ckeditor/ckeditor5-dev-env' ).collectTranslations();
 } );
 
 gulp.task( 'translations:upload', () => {
-	return require( '@ckeditor/ckeditor5-dev-env' )( {} ).uploadTranslations();
+	return require( '@ckeditor/ckeditor5-dev-env' ).uploadTranslations();
 } );
 
 gulp.task( 'translations:download', () => {
-	return require( '@ckeditor/ckeditor5-dev-env' )( {} ).downloadTranslations();
+	return require( '@ckeditor/ckeditor5-dev-env' ).downloadTranslations();
 } );