Skip to content

Commit

Permalink
Use stable version of fabric (#31526)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind authored Jun 29, 2024
1 parent e82f3ca commit 5821d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5821d22

Please sign in to comment.