Skip to content

Commit

Permalink
fix: remove refund property
Browse files Browse the repository at this point in the history
  • Loading branch information
epoundor committed Mar 21, 2024
1 parent bb89dd0 commit 64150bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
const { zip } = require("zip-a-folder")
const { promisify } = require('util');

PLUGIN_VERSION = "2.4.0"
PLUGIN_VERSION = "2.4.1"
const foldersAndFilesToCopy = [
"admin",
"build",
Expand Down

0 comments on commit 64150bb

Please sign in to comment.