Browse Source

Reverted overlooked package.json changes.

Maciej Bukowski 5 years ago
parent
commit
e15920a21a
1 changed files with 2 additions and 4 deletions
  1. 2 4
      packages/ckeditor5-watchdog/package.json

+ 2 - 4
packages/ckeditor5-watchdog/package.json

@@ -10,8 +10,6 @@
   ],
   "dependencies": {
     "@ckeditor/ckeditor5-utils": "^16.0.0",
-    "@types/mocha": "^5.2.7",
-    "@types/sinon": "^7.5.1",
     "lodash-es": "^4.17.10"
   },
   "devDependencies": {
@@ -23,8 +21,8 @@
     "eslint-config-ckeditor5": "^2.0.0",
     "husky": "^2.4.1",
     "lint-staged": "^8.2.1",
-    "stylelint": "^11.1.1",
-    "stylelint-config-ckeditor5": "^1.0.0"
+    "stylelint-config-ckeditor5": "^1.0.0",
+    "stylelint": "^11.1.1"
   },
   "engines": {
     "node": ">=8.0.0",