aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/create.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create.js')
-rw-r--r--scripts/create.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/create.js b/scripts/create.js
index f171290..6ba1ee4 100644
--- a/scripts/create.js
+++ b/scripts/create.js
@@ -24,7 +24,6 @@ const filesThatNeedTextReplace = [
24 'package.json', 24 'package.json',
25 'index.js', 25 'index.js',
26 'webview.js', 26 'webview.js',
27 'README.md',
28]; 27];
29 28
30const toPascalCase = (str) => { 29const toPascalCase = (str) => {