mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 19:51:36 +08:00
Change 'devDependencies' version of '@ckeditor/ckeditor5-package-tools' from alpha to latest v2.0.0.
This commit is contained in:
parent
421a431f9a
commit
8d9b5bc0b4
@ -36,7 +36,7 @@
|
||||
"devDependencies": {
|
||||
"@ckeditor/ckeditor5-dev-build-tools": "^40.2.0",
|
||||
"@ckeditor/ckeditor5-inspector": "^4.0.0",
|
||||
"@ckeditor/ckeditor5-package-tools": "^2.0.0-alpha.0",
|
||||
"@ckeditor/ckeditor5-package-tools": "^2.0.0",
|
||||
"ckeditor5": "latest",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-ckeditor5": "^6.0.0",
|
||||
@ -51,7 +51,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dll:build": "ckeditor5-package-tools dll:build",
|
||||
"dll:serve": "http-server ./ -o sample/dll.html",
|
||||
"dll:serve": "http-server ./ -o sample/index.html",
|
||||
"build:dist": "node ./scripts/build-dist.mjs",
|
||||
"lint": "eslint \"**/*.js\" --quiet --ignore-pattern \"build/\"",
|
||||
"start": "ckeditor5-package-tools start",
|
||||
|
Loading…
x
Reference in New Issue
Block a user