Skip to content

Commit

Permalink
fix: don't prune assets dir (#274)
Browse files Browse the repository at this point in the history
Some packages put css files under assets. Example: https://unpkg.com/react-github-button@0.1.11/assets/
  • Loading branch information
yesmeck authored and fengmk2 committed Jul 11, 2018
1 parent d2cbc08 commit fed1d7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/download/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ const defaultDirectories = toMap([
'.vscode',
'website',
'images',
'assets',
'example',
'examples',
'coverage',
Expand Down

0 comments on commit fed1d7b

Please sign in to comment.