Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Sep 7, 2019
1 parent d2b3dce commit 0faeb9e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ckeditor/ckeditor5-build-decoupled-document",
"name": "@requarks/ckeditor5",
"version": "12.4.0",
"description": "The document editor build of CKEditor 5 – the best browser-based rich text editor.",
"description": "Custom CKEditor5 component build for Wiki.js",
"keywords": [
"ckeditor5-build",
"ckeditor",
Expand Down Expand Up @@ -51,7 +51,6 @@
"@ckeditor/ckeditor5-word-count": "^10.0.2",
"eslint": "^5.5.0",
"eslint-config-ckeditor5": "^2.0.0",
"husky": "^1.3.1",
"lint-staged": "^7.0.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^3.1.0",
Expand All @@ -70,7 +69,7 @@
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-build-decoupled-document.git"
"url": "https://github.com/Requarks/wiki-ckeditor5.git"
},
"scripts": {
"build": "webpack --mode production",
Expand All @@ -84,10 +83,5 @@
"eslintIgnore": [
"build/**",
"packages/**"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
]
}

0 comments on commit 0faeb9e

Please sign in to comment.