8
0
Pārlūkot izejas kodu

Features are now plugins and bumped up deps.

Piotrek Koszuliński 9 gadi atpakaļ
vecāks
revīzija
4b03c0dd02
3 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  1. 1 1
      README.md
  2. 2 2
      dev/bundles/build-config-standard.js
  3. 3 3
      package.json

+ 1 - 1
README.md

@@ -3,7 +3,7 @@ CKEditor 5 – Development Repository
 
 [![Build Status](https://travis-ci.org/ckeditor/ckeditor5.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor5)
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5.svg)](https://david-dm.org/ckeditor/ckeditor5)
-[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5#info=devDependencies)
+[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5?type=dev)
 
 ## Project Status (October 2016)
 

+ 2 - 2
dev/bundles/build-config-standard.js

@@ -9,8 +9,8 @@ module.exports = {
 
 	editor: 'editor-classic/classic',
 
-	// List of features.
-	features: [
+	// List of plugins.
+	plugins: [
 		'autoformat',
 		'basic-styles/bold',
 		'basic-styles/italic',

+ 3 - 3
package.json

@@ -29,9 +29,9 @@
     "requirejs": "Reinmar/requirejs"
   },
   "devDependencies": {
-    "@ckeditor/ckeditor5-dev-bundler-rollup": "^2.0.0",
-    "@ckeditor/ckeditor5-dev-compiler": "^5.1.0",
-    "@ckeditor/ckeditor5-dev-docs": "^3.0.0",
+    "@ckeditor/ckeditor5-dev-bundler-rollup": "^4.0.0",
+    "@ckeditor/ckeditor5-dev-compiler": "^6.0.0",
+    "@ckeditor/ckeditor5-dev-docs": "^4.1.0",
     "@ckeditor/ckeditor5-dev-env": "^1.0.0",
     "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
     "@ckeditor/ckeditor5-dev-tests": "^2.0.0",