Skip to content

Commit

Permalink
ci: clean-package cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Jun 27, 2024
1 parent 44db495 commit e36f394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ package.json.backup
.lintstagedrc.yaml
.mocharc.yml
babel.config.cjs
clean-package.config.js
clean-package.config.cjs
2 changes: 1 addition & 1 deletion clean-package.config.js → clean-package.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
remove: [
'devDependencies',
'scripts',
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.declaration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"docs/**/*.*",
"node_modules/**/*.*",
"coverage/**/*.*",
"clean-package.config.js",
"clean-package.config.cjs",
"babel.config.cjs"
],
"compilerOptions": {
Expand Down

0 comments on commit e36f394

Please sign in to comment.