ckeditor-twitter-embed
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -15,4 +15,5 @@ { | ||
"new-cap": 0, | ||
"no-var": 0, | ||
"semi": [2, "always"] | ||
} | ||
} |
Changelog | ||
========= | ||
### v1.1.0 / 2020-11-26 | ||
- Add German translation | ||
- Migrate From Travis CI to GitHub Actions | ||
- Update dev dependencies | ||
### v1.0.0 / 2020-07-14 | ||
- First version, released on an unsuspecting world. |
{ | ||
"name": "ckeditor-twitter-embed", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "CKEditor Twitter plugin based on Media Embed", | ||
@@ -19,10 +19,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^7.3.1", | ||
"eslint-config-standard": "^14.1.1", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint": "^7.14.0", | ||
"eslint-config-standard": "^16.0.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1" | ||
"eslint-plugin-promise": "^4.2.1" | ||
}, | ||
"dependencies": {} | ||
} |
ckeditor-twitter-embed | ||
====================== | ||
[![Build Status][travis-image]][travis-url] | ||
[![Build Status][github-actions-image]][github-actions-url] | ||
[![Dependencies Status][daviddm-image]][daviddm-url] | ||
@@ -50,2 +50,3 @@ [![npm version][npm-image]][npm-url] | ||
* [Gil Brechbühler](https://github.com/gilbrechbuhler) | ||
* [Lindo Duratti](https://github.com/dragonleman) | ||
* [William Belle](https://github.com/williambelle) | ||
@@ -60,4 +61,4 @@ | ||
[travis-image]: https://travis-ci.org/epfl-si/ckeditor-twitter-embed.svg?branch=master | ||
[travis-url]: https://travis-ci.org/epfl-si/ckeditor-twitter-embed | ||
[github-actions-image]: https://github.com/epfl-si/ckeditor-twitter-embed/workflows/Build/badge.svg | ||
[github-actions-url]: https://github.com/epfl-si/ckeditor-twitter-embed/actions | ||
[daviddm-image]: https://david-dm.org/epfl-si/ckeditor-twitter-embed/status.svg | ||
@@ -64,0 +65,0 @@ [daviddm-url]: https://david-dm.org/epfl-si/ckeditor-twitter-embed |
@@ -17,3 +17,3 @@ /** | ||
hidpi: true, // %REMOVE_LINE_CORE% | ||
lang: 'en,fr', | ||
lang: 'de,en,fr', | ||
requires: 'embedbase', | ||
@@ -20,0 +20,0 @@ |
27949
5
15
110
66