Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Internal: Removed unnecessary and added missing deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 28, 2019
1 parent 952d440 commit 1968d0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"devDependencies": {
"@ckeditor/ckeditor5-core": "^12.0.0",
"@ckeditor/ckeditor5-engine": "^13.0.0",
"del": "^2.2.0",
"eslint": "^5.5.0",
"eslint-config-ckeditor5": "^1.0.11",
"husky": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/focustracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

import FocusTracker from '../src/focustracker';
import CKEditorError from '../src/ckeditorerror';
import global from '../src/dom/global';
import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
import global from '@ckeditor/ckeditor5-utils/src/dom/global';

describe( 'FocusTracker', () => {
let focusTracker, container, containerFirstInput, containerSecondInput;
Expand Down

0 comments on commit 1968d0c

Please sign in to comment.