Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Jul 18, 2024
1 parent d9cdad3 commit dc965a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/release-postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function copyFileSync(sourcePath, destPath) {
var copyPlatformBinaries = (platformPath, foldersToCopy) => {
var platformBuildPath = path.join(__dirname, platformPath);

let foldersToCopy, binariesToCopy;
let binariesToCopy;

binariesToCopy = Object.keys(packageJson.bin).map(function (name) {
return packageJson.bin[name];
Expand Down
2 changes: 1 addition & 1 deletion release-postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function copyFileSync(sourcePath, destPath) {
var copyPlatformBinaries = (platformPath, foldersToCopy) => {
var platformBuildPath = path.join(__dirname, platformPath);

let foldersToCopy, binariesToCopy;
let binariesToCopy;

binariesToCopy = Object.keys(packageJson.bin).map(function (name) {
return packageJson.bin[name];
Expand Down

0 comments on commit dc965a8

Please sign in to comment.