Skip to content

Commit b54cdb2

Browse files
committed
📦 NEW: Keywords
1 parent 3d5fdb0 commit b54cdb2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

template/_package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"email": "{{authorEmail}}",
1313
"url": "{{authorUrl}}"
1414
},
15+
"keywords": ["{{name}}", "{{authorName}}"],
16+
"files": ["index.js", "utils"],
1517
"scripts": {
1618
"format": "prettier --write \"./**/*.{js,json}\""
1719
}

template/utils/init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const unhandled = require('cli-handle-unhandled');
55
module.exports = ({ clear = true }) => {
66
unhandled();
77
welcome({
8-
title: '{{name}}',
9-
tagLine: 'by {{authorName}}',
8+
title: `{{name}}`,
9+
tagLine: `by {{authorName}}`,
1010
description: pkg.description,
1111
version: pkg.version,
1212
bgColor: '#6cc24a',

0 commit comments

Comments
 (0)