Bladeren bron

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

Piotrek Koszuliński 9 jaren geleden
bovenliggende
commit
59c26aa7aa
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      packages/ckeditor5-ui/gulpfile.js
  2. 1 1
      packages/ckeditor5-ui/package.json

+ 1 - 1
packages/ckeditor5-ui/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 );

+ 1 - 1
packages/ckeditor5-ui/package.json

@@ -7,7 +7,7 @@
   ],
   "dependencies": {},
   "devDependencies": {
-    "ckeditor5-dev-lint": "github:ckeditor/ckeditor5-dev-lint",
+    "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
     "del": "^2.2.0",
     "gulp": "^3.9.0",
     "guppy-pre-commit": "^0.3.0",