Sfoglia il codice sorgente

Rename ckeditor5-dev-builder to ckeditor5-dev-compiler in package.json and require call.

Szymon Kupś 9 anni fa
parent
commit
671c6d4831
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2 2
      gulpfile.js
  2. 1 1
      package.json

+ 2 - 2
gulpfile.js

@@ -72,8 +72,8 @@ gulp.task( 'bundle', ( callback ) => {
 	);
 } );
 
-// Build tasks.
-const ckeditor5DevCompiler = require( 'ckeditor5-dev-builder' )( config );
+// Compile tasks.
+const ckeditor5DevCompiler = require( 'ckeditor5-dev-compiler' )( config );
 const compiler = ckeditor5DevCompiler.compiler;
 
 gulp.task( 'compile', callback => {

+ 1 - 1
package.json

@@ -32,7 +32,7 @@
     "benderjs-sinon": "^0.3.0",
     "chai": "^3.4.0",
     "ckeditor5-dev-bundler-rollup": "ckeditor/ckeditor5-dev-bundler-rollup",
-    "ckeditor5-dev-builder": "ckeditor/ckeditor5-dev-builder",
+    "ckeditor5-dev-compiler": "ckeditor/ckeditor5-dev-compiler",
     "ckeditor5-dev-env": "ckeditor/ckeditor5-dev-env",
     "ckeditor5-dev-lint": "ckeditor/ckeditor5-dev-lint",
     "ckeditor5-dev-utils": "ckeditor/ckeditor5-dev-utils",