8
0
Просмотр исходного кода

Updated package.json, README and other meta files.

Piotrek Koszuliński 9 лет назад
Родитель
Сommit
aa35781289

+ 2 - 2
packages/ckeditor5-list/CHANGES.md

@@ -1,4 +1,4 @@
-CKEditor5 List Feature Changelog
+CKEditor 5 Lists Feature Changelog
 ========================================
 
 ## CKEditor5 List Feature 0.0.2
@@ -20,6 +20,6 @@ Other Changes:
 * Item 1
 * Item 2
 
-## CKEditor5 List Feature 0.0.1
+## CKEditor 5 Lists Feature 0.0.1
 
 ...

+ 2 - 2
packages/ckeditor5-list/README.md

@@ -1,9 +1,9 @@
-CKEditor5 List Feature
+CKEditor 5 Lists Feature
 ========================================
 
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-list/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-list#info=devDependencies)
 
-Introduces ordered and unordered lists feature to CKEditor5. More information about the project can be found at the following URL: <https://github.com/ckeditor/ckeditor5-list>.
+Introduces ordered and unordered lists feature to CKEditor 5. More information about the project can be found at the following URL: <https://github.com/ckeditor/ckeditor5-list>.
 
 ## License
 

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

+ 10 - 7
packages/ckeditor5-list/package.json

@@ -1,21 +1,24 @@
 {
   "name": "ckeditor5-list",
   "version": "0.0.1",
-  "description": "Introduces ordered and unordered lists feature to CKEditor5.",
+  "description": "Introduces ordered and unordered lists feature to CKEditor 5.",
   "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": ">=5.0.0",
+    "node": ">=6.0.0",
     "npm": ">=3.0.0"
   },
   "author": "CKSource (http://cksource.com/)",
   "license": "See LICENSE.md",
-  "homepage": "",
-  "bugs": "",
-  "repository": ""
+  "homepage": "https://ckeditor5.github.io",
+  "bugs": "https://github.com/ckeditor/ckeditor5-list/issues",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/ckeditor/ckeditor5-list.git"
+  }
 }