Skip to content

Commit

Permalink
Remove node_modules from dirs to be excluded from archives
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrann0us authored and bradyvercher committed Feb 18, 2022
1 parent 3fe24fe commit 1d3001a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Archiver.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ protected function get_excluded_files( Package $package, Release $release ): arr
$excludes = [
'.DS_Store',
'.git',
'node_modules',
];
}

Expand Down

0 comments on commit 1d3001a

Please sign in to comment.