瀏覽代碼

Updated package.json. See https://github.com/ckeditor/ckeditor5/issues/254.

Piotrek Koszuliński 9 年之前
父節點
當前提交
9edceb318a
共有 1 個文件被更改,包括 7 次插入4 次删除
  1. 7 4
      packages/ckeditor5-undo/package.json

+ 7 - 4
packages/ckeditor5-undo/package.json

@@ -10,12 +10,15 @@
     "guppy-pre-commit": "^0.3.0"
   },
   "engines": {
-    "node": ">=5.0.0",
+    "node": ">=6.0.0",
     "npm": ">=3.0.0"
   },
   "author": "CKSource (http://cksource.com/)",
   "license": "See LICENSE.md",
-  "homepage": "",
-  "bugs": "",
-  "repository": ""
+  "homepage": "https://ckeditor5.github.io",
+  "bugs": "https://github.com/ckeditor/ckeditor5-undo/issues",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/ckeditor/ckeditor5-undo.git"
+  }
 }