Skip to content

Commit

Permalink
Clean up npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 26, 2021
1 parent e5e3ff8 commit 889f18c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ gulp.task('build:docs', () => {
'package.json',
'logo.svg',
'AUTHORS',
'node_modules'
'node_modules',
'CHANGELOG.md'
])
.map(i => '!' + i)

Expand All @@ -55,6 +56,7 @@ gulp.task('build:package', () => {
delete json.husky
delete json['size-limit']
delete json['lint-staged']
delete json.eslintIgnore
delete json.dependencies['@babel/register']
return json
}))
Expand Down

0 comments on commit 889f18c

Please sign in to comment.