Skip to content

Commit a65947f

Browse files
committed
fix: write description to package.json
1 parent d8fe908 commit a65947f

File tree

2 files changed

+4
-35
lines changed

2 files changed

+4
-35
lines changed

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ async function main(): Promise<void> {
222222
console.log('📄 Adding package.json')
223223
const packageJson: JsonSchemaForNpmPackageJsonFiles = {
224224
name: packageName,
225+
description,
225226
version: '0.0.0-DEVELOPMENT',
226227
license: licenseName,
227228
repository: {

yarn.lock

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ debug@^4.0.0:
14431443
dependencies:
14441444
ms "^2.1.1"
14451445

1446-
debuglog@*, debuglog@^1.0.1:
1446+
debuglog@^1.0.1:
14471447
version "1.0.1"
14481448
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
14491449
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -2333,7 +2333,7 @@ import-lazy@^2.1.0:
23332333
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
23342334
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
23352335

2336-
imurmurhash@*, imurmurhash@^0.1.4:
2336+
imurmurhash@^0.1.4:
23372337
version "0.1.4"
23382338
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
23392339
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -2905,11 +2905,6 @@ lockfile@^1.0.4:
29052905
dependencies:
29062906
signal-exit "^3.0.2"
29072907

2908-
lodash._baseindexof@*:
2909-
version "3.1.0"
2910-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
2911-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
2912-
29132908
lodash._baseuniq@~4.6.0:
29142909
version "4.6.0"
29152910
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -2918,33 +2913,11 @@ lodash._baseuniq@~4.6.0:
29182913
lodash._createset "~4.0.0"
29192914
lodash._root "~3.0.0"
29202915

2921-
lodash._bindcallback@*:
2922-
version "3.0.1"
2923-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
2924-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
2925-
2926-
lodash._cacheindexof@*:
2927-
version "3.0.2"
2928-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
2929-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
2930-
2931-
lodash._createcache@*:
2932-
version "3.1.2"
2933-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
2934-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
2935-
dependencies:
2936-
lodash._getnative "^3.0.0"
2937-
29382916
lodash._createset@~4.0.0:
29392917
version "4.0.3"
29402918
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
29412919
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
29422920

2943-
lodash._getnative@*, lodash._getnative@^3.0.0:
2944-
version "3.9.1"
2945-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
2946-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
2947-
29482921
lodash._reinterpolate@~3.0.0:
29492922
version "3.0.0"
29502923
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -3015,11 +2988,6 @@ lodash.pick@4.4.0:
30152988
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
30162989
integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=
30172990

3018-
lodash.restparam@*:
3019-
version "3.6.1"
3020-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
3021-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
3022-
30232991
lodash.snakecase@4.1.1:
30242992
version "4.1.1"
30252993
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
@@ -4391,7 +4359,7 @@ readable-stream@~1.1.10:
43914359
isarray "0.0.1"
43924360
string_decoder "~0.10.x"
43934361

4394-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
4362+
readdir-scoped-modules@^1.0.0:
43954363
version "1.0.2"
43964364
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
43974365
integrity sha1-n6+jfShr5dksuuve4DDcm19AZ0c=

0 commit comments

Comments
 (0)