Skip to content

Commit

Permalink
move ckeditor dependencies to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kiruh committed Jul 15, 2020
1 parent 98c7ddd commit b3ddedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor5-placeholder",
"version": "1.0.3",
"version": "1.0.4",
"description": "Widget that allows using of placeholders like \"First Name\", \"Date\" etc. in ckeditor5",
"main": "src/index.js",
"files": [
Expand All @@ -26,7 +26,7 @@
"url": "https://github.com/kiruh/ckeditor5-placeholder/issues"
},
"homepage": "https://github.com/kiruh/ckeditor5-placeholder#readme",
"dependencies": {
"peerDependencies": {
"@ckeditor/ckeditor5-core": "^12.2.1",
"@ckeditor/ckeditor5-ui": "^12.1.0",
"@ckeditor/ckeditor5-utils": "^12.1.1",
Expand Down

0 comments on commit b3ddedd

Please sign in to comment.