mirror of
https://github.com/zadam/trilium.git
synced 2026-05-30 23:44:40 +02:00
14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"name": "electron-printpdf-page-range-repro",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Minimal repro for Electron printToPDF state corruption after an invalid pageRanges failure",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^35.0.0"
|
|
}
|
|
}
|