Skip to content

Commit

Permalink
revert rename pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Sep 15, 2023
1 parent 77e6f7b commit a22deb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const rootModule = {
'SECURITY.md': 'SECURITY.md.handlebars',
'CODE_OF_CONDUCT.md': 'CODE_OF_CONDUCT.md.handlebars',
'CONTRIBUTING.md': 'CONTRIBUTING.md.handlebars',
'package.json': 'package.json.handlebars',
'package.json': 'pkg.json.handlebars',
},
rm: [
'.eslintrc.!(js|local.*)',
Expand All @@ -119,7 +119,7 @@ const workspaceModule = {
filter: (p) => p.config.eslint,
},
'.gitignore': 'gitignore.handlebars',
'package.json': 'package.json.handlebars',
'package.json': 'pkg.json.handlebars',
},
rm: [
'.npmrc',
Expand Down
File renamed without changes.

0 comments on commit a22deb7

Please sign in to comment.