ソースを参照

Adjusted internals to match to other ckeditor5 packages.

Kamil Piechaczek 6 年 前
コミット
07ac899708

ファイルの差分が大きいため隠しています
+ 3 - 3
packages/ckeditor-cloud-services-core/.travis.yml


+ 12 - 8
packages/ckeditor-cloud-services-core/package.json

@@ -11,18 +11,18 @@
   },
   "devDependencies": {
     "eslint": "^5.5.0",
-    "eslint-config-ckeditor5": "^1.0.9",
-    "husky": "^0.14.3",
+    "eslint-config-ckeditor5": "^2.0.0",
+    "husky": "^1.3.1",
     "lint-staged": "^7.0.0"
   },
   "engines": {
-    "node": ">=6.9.0",
-    "npm": ">=3.0.0"
+    "node": ">=8.0.0",
+    "npm": ">=5.7.1"
   },
   "author": "CKSource (http://cksource.com/)",
   "license": "GPL-2.0-or-later",
   "homepage": "https://ckeditor.com",
-  "bugs": "https://github.com/ckeditor/ckeditor-cloud-services-core/issues",
+  "bugs": "https://github.com/ckeditor/ckeditor5/issues",
   "repository": {
     "type": "git",
     "url": "https://github.com/ckeditor/ckeditor-cloud-services-core.git"
@@ -33,8 +33,7 @@
     "theme"
   ],
   "scripts": {
-    "lint": "eslint --quiet '**/*.js'",
-    "precommit": "lint-staged"
+    "lint": "eslint --quiet '**/*.js'"
   },
   "lint-staged": {
     "**/*.js": [
@@ -44,5 +43,10 @@
   "eslintIgnore": [
     "src/lib/**",
     "packages/**"
-  ]
+  ],
+  "husky": {
+    "hooks": {
+      "pre-commit": "lint-staged"
+    }
+  }
 }