Skip to content

Commit 5821d22

Browse files
authored
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.
1 parent e82f3ca commit 5821d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ generate-gitignore:
969969

970970
.PHONY: generate-images
971971
generate-images: | node_modules
972-
npm install --no-save fabric@6.0.0-beta20 imagemin-zopfli@7
972+
npm install --no-save fabric@6 imagemin-zopfli@7
973973
node tools/generate-images.js $(TAGS)
974974

975975
.PHONY: generate-manpage

0 commit comments

Comments
 (0)