Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 005cd42

Browse files
committed
fix(deps): use old packaging mechanism
1 parent e4a00ac commit 005cd42

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/ckeditor5-footnotes",
3-
"version": "0.0.4-hotfix4",
3+
"version": "0.0.4-hotfix5",
44
"description": "A plugin for CKEditor 5 to allow footnotes.",
55
"keywords": [
66
"ckeditor",
@@ -60,18 +60,18 @@
6060
"ckeditor5": ">=42.0.0 || ^0.0.0-nightly"
6161
},
6262
"scripts": {
63-
"build:dist": "node ./scripts/build-dist.mjs",
6463
"ts:build": "tsc -p ./tsconfig.release.json",
6564
"ts:clear": "npx rimraf \"src/**/*.@(js|d.ts)\"",
66-
"lint": "eslint \"**/*.{js,ts}\" --quiet",
67-
"start": "ckeditor5-package-tools start",
65+
"dll:build": "ckeditor5-package-tools dll:build",
66+
"dll:serve": "http-server ./ -o sample/dll.html",
67+
"lint": "eslint --quiet --ext .ts src/",
68+
"lint:fix": "eslint --quiet --fix --ext .ts src/",
6869
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css'",
69-
"prepare": "yarn run build:dist",
70+
"test": "ckeditor5-package-tools test",
71+
"prepare": "yarn run dll:build",
7072
"prepublishOnly": "yarn run ts:build && ckeditor5-package-tools export-package-as-javascript",
7173
"postpublish": "yarn run ts:clear && ckeditor5-package-tools export-package-as-typescript",
72-
"translations:collect": "ckeditor5-package-tools translations:collect",
73-
"translations:download": "ckeditor5-package-tools translations:download",
74-
"translations:upload": "ckeditor5-package-tools translations:upload"
74+
"start": "ckeditor5-package-tools start"
7575
},
7676
"lint-staged": {
7777
"**/*.{js,ts}": [

0 commit comments

Comments
 (0)