Skip to content

Commit

Permalink
fix: dont touch the src because it includes a bin entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Feb 2, 2023
1 parent b831ba4 commit e5c1cc2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions saofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@ module.exports = {
return data
}
},
{
type: 'modify',
files: 'package.json',
handler(data, filepath) {
data.files = ['src']
return data
}
},
{
type: 'move',
patterns: {
Expand Down

0 comments on commit e5c1cc2

Please sign in to comment.