@ckeditor/ckeditor5-dev-docs 28.0.4 → 29.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  CKEditor 5 documentation builder
2
2
  ================================
3
3
 
4
+ [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-docs.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-docs)
5
+ [![Build Status](https://travis-ci.com/ckeditor/ckeditor5-dev.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5-dev)
6
+ ![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-dev-docs)
7
+
4
8
  Tasks used to build and verify the documentation for [CKEditor 5](https://ckeditor.com).
5
9
 
6
10
  More information about development tools packages can be found at the following URL: <https://github.com/ckeditor/ckeditor5-dev>.
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
5
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
5
+ * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
8
  /* eslint-env node */
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
5
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
5
+ * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
8
  /* eslint-env node */
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
5
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
5
+ * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
8
  /* eslint-env node */
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
5
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
5
+ * For licensing, see LICENSE.md.
6
6
  */
7
7
 
8
8
  /* eslint-env node */
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-dev-docs",
3
- "version": "28.0.4",
3
+ "version": "29.0.0",
4
4
  "description": "Tasks used to build and verify the documentation for CKEditor 5.",
5
5
  "keywords": [],
6
6
  "main": "lib/index.js",
7
7
  "dependencies": {
8
- "@ckeditor/ckeditor5-dev-utils": "^28.0.4",
9
- "@ckeditor/jsdoc-plugins": "^28.0.4",
8
+ "@ckeditor/ckeditor5-dev-utils": "^29.0.0",
9
+ "@ckeditor/jsdoc-plugins": "^29.0.0",
10
10
  "fast-glob": "^3.2.4",
11
11
  "puppeteer": "^13.1.3",
12
12
  "chalk": "^4.1.0",