Skip to content

Commit

Permalink
fix(npm): prevent cleaning files field
Browse files Browse the repository at this point in the history
  • Loading branch information
emkis committed Mar 19, 2023
1 parent cf2902f commit 56c6046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/clean-package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ type PackageProperties = keyof typeof packageJson

const unwantedProperties: PackageProperties[] = [
'keywords',
'files',
'scripts',
'devDependencies',
]
Expand Down

0 comments on commit 56c6046

Please sign in to comment.