浏览代码

Merge pull request #13 from ckeditor/t/12

Feature: Renamed repository to ckeditor-cloud-services-core. Closes #12.
Bartosz Czerwonka 7 年之前
父节点
当前提交
ad98c57864

+ 1 - 1
packages/ckeditor-cloud-services-core/LICENSE.md

@@ -1,7 +1,7 @@
 Software License Agreement
 Software License Agreement
 ==========================
 ==========================
 
 
-**CKEditor Cloud Services Core** – https://github.com/ckeditor/ckeditor-cloudservices-core <br>
+**CKEditor Cloud Services Core** – https://github.com/ckeditor/ckeditor-cloud-services-core <br>
 Copyright (c) 2003-2017, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 Copyright (c) 2003-2017, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
 
 Licensed under the terms of any of the following licenses at your choice:
 Licensed under the terms of any of the following licenses at your choice:

+ 5 - 5
packages/ckeditor-cloud-services-core/package.json

@@ -1,16 +1,16 @@
 {
 {
-  "name": "@ckeditor/ckeditor-cloudservices-core",
+  "name": "@ckeditor/ckeditor-cloud-services-core",
   "version": "0.2.0",
   "version": "0.2.0",
   "description": "CKEditor Cloud Services Core API",
   "description": "CKEditor Cloud Services Core API",
   "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
   "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",
-    "url": "git@github.com:ckeditor/ckeditor-cloudservices-core.git"
+    "url": "git@github.com:ckeditor/ckeditor-cloud-services-core.git"
   },
   },
   "author": "CKSource (http://cksource.com/)",
   "author": "CKSource (http://cksource.com/)",
-  "bugs": "https://github.com/ckeditor/ckeditor-cloudservices-core/issues",
-  "url": "https://github.com/ckeditor/ckeditor-cloudservices-core/issues",
-  "homepage": "https://github.com/ckeditor/ckeditor-cloudservices-core#readme",
+  "bugs": "https://github.com/ckeditor/ckeditor-cloud-services-core/issues",
+  "url": "https://github.com/ckeditor/ckeditor-cloud-services-core/issues",
+  "homepage": "https://github.com/ckeditor/ckeditor-cloud-services-core#readme",
   "scripts": {
   "scripts": {
     "test": "karma start --single-run",
     "test": "karma start --single-run",
     "lint": "eslint src tests"
     "lint": "eslint src tests"