Ver código fonte

Internal: Fixed URLs to the repo in package.json. [skip ci]

Piotrek Koszuliński 8 anos atrás
pai
commit
fd92beb014
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      packages/ckeditor5-theme-lark/package.json

+ 2 - 2
packages/ckeditor5-theme-lark/package.json

@@ -21,9 +21,9 @@
   "author": "CKSource (http://cksource.com/)",
   "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
   "homepage": "https://ckeditor5.github.io",
-  "bugs": "https://github.com/ckeditor/ckeditor5-theme/issues",
+  "bugs": "https://github.com/ckeditor/ckeditor5-theme-lark/issues",
   "repository": {
     "type": "git",
-    "url": "https://github.com/ckeditor/ckeditor5-theme.git"
+    "url": "https://github.com/ckeditor/ckeditor5-theme-lark.git"
   }
 }