浏览代码

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

Piotrek Koszuliński 9 年之前
父节点
当前提交
ca0da2ffeb
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      packages/ckeditor5-engine/gulpfile.js
  2. 1 1
      packages/ckeditor5-engine/package.json

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

@@ -7,7 +7,7 @@
   ],
   "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"
   },