Skip to content

Commit 9b09a8a

Browse files
author
Christopher J. Brody
committed
cleanup general template arguments
remove `platforms` argument no longer needed since dropping Windows (.NET) support in: 0de40fa (this should have been done as part of PR #264)
1 parent a89916d commit 9b09a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/general.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ${name};
2121
`,
2222
}, {
2323
name: () => 'package.json',
24-
content: ({ moduleName, platforms, githubAccount, authorName, authorEmail, license }) => {
24+
content: ({ moduleName, githubAccount, authorName, authorEmail, license }) => {
2525
const peerDependencies =
2626
`{
2727
"react": "^16.8.1",

0 commit comments

Comments
 (0)