mirror of
https://github.com/go-gitea/gitea
synced 2024-12-16 01:54:04 +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.
This commit is contained in:
parent
e82f3caa6b
commit
5821d22891
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -969,7 +969,7 @@ generate-gitignore:
|
|||
|
||||
.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