Преглед на файлове

Updated the package to use versioned and scoped ckeditor5-dev-lint.

Piotrek Koszuliński преди 9 години
родител
ревизия
0f0091f4ff
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      packages/ckeditor5-link/gulpfile.js
  2. 2 2
      packages/ckeditor5-link/package.json

+ 1 - 1
packages/ckeditor5-link/gulpfile.js

@@ -19,7 +19,7 @@ const config = {
 	]
 };
 
-const ckeditor5Lint = require( 'ckeditor5-dev-lint' )( config );
+const ckeditor5Lint = require( '@ckeditor/ckeditor5-dev-lint' )( config );
 
 gulp.task( 'lint', ckeditor5Lint.lint );
 gulp.task( 'lint-staged', ckeditor5Lint.lintStaged );

+ 2 - 2
packages/ckeditor5-link/package.json

@@ -5,9 +5,9 @@
   "keywords": [],
   "dependencies": {},
   "devDependencies": {
+    "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
     "gulp": "^3.9.0",
-    "guppy-pre-commit": "^0.3.0",
-    "ckeditor5-dev-lint": "ckeditor/ckeditor5-dev-lint"
+    "guppy-pre-commit": "^0.3.0"
   },
   "engines": {
     "node": ">=6.0.0",