Skip to content

Commit

Permalink
fix(deps): use old packaging mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 6, 2025
1 parent e4a00ac commit 005cd42
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triliumnext/ckeditor5-footnotes",
"version": "0.0.4-hotfix4",
"version": "0.0.4-hotfix5",
"description": "A plugin for CKEditor 5 to allow footnotes.",
"keywords": [
"ckeditor",
Expand Down Expand Up @@ -60,18 +60,18 @@
"ckeditor5": ">=42.0.0 || ^0.0.0-nightly"
},
"scripts": {
"build:dist": "node ./scripts/build-dist.mjs",
"ts:build": "tsc -p ./tsconfig.release.json",
"ts:clear": "npx rimraf \"src/**/*.@(js|d.ts)\"",
"lint": "eslint \"**/*.{js,ts}\" --quiet",
"start": "ckeditor5-package-tools start",
"dll:build": "ckeditor5-package-tools dll:build",
"dll:serve": "http-server ./ -o sample/dll.html",
"lint": "eslint --quiet --ext .ts src/",
"lint:fix": "eslint --quiet --fix --ext .ts src/",
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css'",
"prepare": "yarn run build:dist",
"test": "ckeditor5-package-tools test",
"prepare": "yarn run dll:build",
"prepublishOnly": "yarn run ts:build && ckeditor5-package-tools export-package-as-javascript",
"postpublish": "yarn run ts:clear && ckeditor5-package-tools export-package-as-typescript",
"translations:collect": "ckeditor5-package-tools translations:collect",
"translations:download": "ckeditor5-package-tools translations:download",
"translations:upload": "ckeditor5-package-tools translations:upload"
"start": "ckeditor5-package-tools start"
},
"lint-staged": {
"**/*.{js,ts}": [
Expand Down

0 comments on commit 005cd42

Please sign in to comment.