Skip to content

Commit d91e9d3

Browse files
authored
Merge pull request #3327 from adumesny/master
preinstall script error fix
2 parents ce9aed3 + 4091a4e commit d91e9d3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ Change log
141141
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
142142

143143
## 13.0.0-dev (TBD)
144-
* feat: [#701](https://github.com/gridstack/gridstack.js/issues/701) pageBreak printing support for grids !
144+
* feat: [#701](https://github.com/gridstack/gridstack.js/issues/701) major printing support for grids using PrintOptions (pageBreak, hide, orientation, ...)
145+
* fix: [#3325](https://github.com/gridstack/gridstack.js/issues/3325) preinstall script
145146

146147
## 13.0.0 (2026-07-18)
147148
* NEW: react wrapper: re-did to follow the Angular pattern (drag&Drop between grid doesn't destroy content), events, lazyLoad support, fix memory leak, empty content, etc...

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"test:e2e:headed": "playwright test --headed",
5050
"lint": "tsc --project tsconfig.build.json --noEmit && eslint src/*.ts angular/projects/lib/src/**/*.ts react/projects/lib/src/**/*.{ts,tsx}",
5151
"reset": "rm -rf dist node_modules",
52-
"prepublishOnly": "yarn build",
53-
"preinstall": "npx only-allow yarn"
52+
"prepublishOnly": "yarn build"
5453
},
5554
"keywords": [
5655
"Typescript",

0 commit comments

Comments
 (0)