Skip to content

Commit

Permalink
1.3.7
Browse files Browse the repository at this point in the history
Update npm packages, delete devDependencies to angular
  • Loading branch information
kzimny committed Aug 13, 2022
1 parent 70db705 commit e36d669
Show file tree
Hide file tree
Showing 5 changed files with 3,049 additions and 4,120 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"env": {
"browser": true,
"es2021": true
Expand All @@ -24,6 +25,7 @@
"no-duplicate-imports": "error",
"brace-style": [
"error"
]
],
"@typescript-eslint/no-explicit-any": "off"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use the [CKEditor (4.x)](http://ckeditor.com/) wysiwyg in your Angular applicati
* Include CKEditor javascript files in your application :

```
<script src="https://cdn.ckeditor.com/4.17.1/full-all/ckeditor.js"></script>
<script src="https://cdn.ckeditor.com/4.19.1/full-all/ckeditor.js"></script>
```

* Install ng2-ckeditor
Expand Down
Loading

0 comments on commit e36d669

Please sign in to comment.