|
1 | 1 | { |
2 | 2 | "name": "@triliumnext/ckeditor5-footnotes", |
3 | | - "version": "0.0.4-hotfix4", |
| 3 | + "version": "0.0.4-hotfix5", |
4 | 4 | "description": "A plugin for CKEditor 5 to allow footnotes.", |
5 | 5 | "keywords": [ |
6 | 6 | "ckeditor", |
|
60 | 60 | "ckeditor5": ">=42.0.0 || ^0.0.0-nightly" |
61 | 61 | }, |
62 | 62 | "scripts": { |
63 | | - "build:dist": "node ./scripts/build-dist.mjs", |
64 | 63 | "ts:build": "tsc -p ./tsconfig.release.json", |
65 | 64 | "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/", |
68 | 69 | "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", |
70 | 72 | "prepublishOnly": "yarn run ts:build && ckeditor5-package-tools export-package-as-javascript", |
71 | 73 | "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" |
75 | 75 | }, |
76 | 76 | "lint-staged": { |
77 | 77 | "**/*.{js,ts}": [ |
|
0 commit comments