mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Use stable version of fabric (#31526)
Fabric 6 is [now stable](https://github.com/fabricjs/fabric.js/releases/tag/v6.0.0-rc5), use it. (cherry picked from commit 5821d22891cb3aa1e1c9590d8b921728b4969c5f)
This commit is contained in:
parent
c19222b22f
commit
e1b90212e4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -981,7 +981,7 @@ generate-gomock:
|
|||
|
||||
.PHONY: generate-images
|
||||
generate-images: | node_modules
|
||||
npm install --no-save fabric@6.0.0-beta20 imagemin-zopfli@7
|
||||
npm install --no-save fabric@6 imagemin-zopfli@7
|
||||
node tools/generate-images.js $(TAGS)
|
||||
|
||||
.PHONY: generate-manpage
|
||||
|
|
Loading…
Reference in a new issue