From 9b09a8a01aaa99cb2f1fac87b0941e88627a0086 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Sun, 3 May 2020 18:45:01 -0400 Subject: [PATCH] cleanup general template arguments remove `platforms` argument no longer needed since dropping Windows (.NET) support in: 0de40fa1baba0909089b12d1b62e45777bf8bcc9 (this should have been done as part of PR #264) --- templates/general.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/general.js b/templates/general.js index 018b42b0..b8573527 100644 --- a/templates/general.js +++ b/templates/general.js @@ -21,7 +21,7 @@ ${name}; `, }, { name: () => 'package.json', - content: ({ moduleName, platforms, githubAccount, authorName, authorEmail, license }) => { + content: ({ moduleName, githubAccount, authorName, authorEmail, license }) => { const peerDependencies = `{ "react": "^16.8.1",