瀏覽代碼

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

Piotrek Koszuliński 9 年之前
父節點
當前提交
ced8d9f739
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/ckeditor5-theme-lark/gulpfile.js
  2. 1 1
      packages/ckeditor5-theme-lark/package.json

+ 1 - 1
packages/ckeditor5-theme-lark/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-theme-lark/package.json

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