Skip to content

Commit 9266db6

Browse files
fix: expose a electron-docs-linter bin entry to be backwards compat with docs-linter
1 parent e7cdebc commit 9266db6

File tree

2 files changed

+17
-48
lines changed

2 files changed

+17
-48
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"test": "jest"
1313
},
1414
"bin": {
15+
"electron-docs-linter": "./dist/bin.js",
1516
"electron-docs-parser": "./dist/bin.js"
1617
},
1718
"devDependencies": {

yarn.lock

Lines changed: 16 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ debug@^4.0.0, debug@^4.1.0, debug@^4.1.1:
15581558
dependencies:
15591559
ms "^2.1.1"
15601560

1561-
debuglog@*, debuglog@^1.0.1:
1561+
debuglog@^1.0.1:
15621562
version "1.0.1"
15631563
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
15641564
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -2473,7 +2473,7 @@ import-local@^2.0.0:
24732473
pkg-dir "^3.0.0"
24742474
resolve-cwd "^2.0.0"
24752475

2476-
imurmurhash@*, imurmurhash@^0.1.4:
2476+
imurmurhash@^0.1.4:
24772477
version "0.1.4"
24782478
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
24792479

@@ -3467,7 +3467,7 @@ libnpm@^2.0.1:
34673467
read-package-json "^2.0.13"
34683468
stringify-package "^1.0.0"
34693469

3470-
libnpmaccess@*, libnpmaccess@^3.0.1:
3470+
libnpmaccess@^3.0.1:
34713471
version "3.0.1"
34723472
resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-3.0.1.tgz#5b3a9de621f293d425191aa2e779102f84167fa8"
34733473
integrity sha512-RlZ7PNarCBt+XbnP7R6PoVgOq9t+kou5rvhaInoNibhPO7eMlRfS0B8yjatgn2yaHIwWNyoJDolC/6Lc5L/IQA==
@@ -3504,7 +3504,7 @@ libnpmhook@^5.0.2:
35043504
get-stream "^4.0.0"
35053505
npm-registry-fetch "^3.8.0"
35063506

3507-
libnpmorg@*, libnpmorg@^1.0.0:
3507+
libnpmorg@^1.0.0:
35083508
version "1.0.0"
35093509
resolved "https://registry.yarnpkg.com/libnpmorg/-/libnpmorg-1.0.0.tgz#979b868c48ba28c5820e3bb9d9e73c883c16a232"
35103510
integrity sha512-o+4eVJBoDGMgRwh2lJY0a8pRV2c/tQM/SxlqXezjcAg26Qe9jigYVs+Xk0vvlYDWCDhP0g74J8UwWeAgsB7gGw==
@@ -3529,7 +3529,7 @@ libnpmpublish@^1.1.0:
35293529
semver "^5.5.1"
35303530
ssri "^6.0.1"
35313531

3532-
libnpmsearch@*, libnpmsearch@^2.0.0:
3532+
libnpmsearch@^2.0.0:
35333533
version "2.0.0"
35343534
resolved "https://registry.yarnpkg.com/libnpmsearch/-/libnpmsearch-2.0.0.tgz#de05af47ada81554a5f64276a69599070d4a5685"
35353535
integrity sha512-vd+JWbTGzOSfiOc+72MU6y7WqmBXn49egCCrIXp27iE/88bX8EpG64ST1blWQI1bSMUr9l1AKPMVsqa2tS5KWA==
@@ -3538,7 +3538,7 @@ libnpmsearch@*, libnpmsearch@^2.0.0:
35383538
get-stream "^4.0.0"
35393539
npm-registry-fetch "^3.8.0"
35403540

3541-
libnpmteam@*, libnpmteam@^1.0.1:
3541+
libnpmteam@^1.0.1:
35423542
version "1.0.1"
35433543
resolved "https://registry.yarnpkg.com/libnpmteam/-/libnpmteam-1.0.1.tgz#ff704b1b6c06ea674b3b1101ac3e305f5114f213"
35443544
integrity sha512-gDdrflKFCX7TNwOMX1snWojCoDE5LoRWcfOC0C/fqF7mBq8Uz9zWAX4B2RllYETNO7pBupBaSyBDkTAC15cAMg==
@@ -3609,11 +3609,6 @@ lockfile@^1.0.4:
36093609
dependencies:
36103610
signal-exit "^3.0.2"
36113611

3612-
lodash._baseindexof@*:
3613-
version "3.1.0"
3614-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
3615-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
3616-
36173612
lodash._baseuniq@~4.6.0:
36183613
version "4.6.0"
36193614
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -3622,33 +3617,11 @@ lodash._baseuniq@~4.6.0:
36223617
lodash._createset "~4.0.0"
36233618
lodash._root "~3.0.0"
36243619

3625-
lodash._bindcallback@*:
3626-
version "3.0.1"
3627-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
3628-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
3629-
3630-
lodash._cacheindexof@*:
3631-
version "3.0.2"
3632-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
3633-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
3634-
3635-
lodash._createcache@*:
3636-
version "3.1.2"
3637-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
3638-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
3639-
dependencies:
3640-
lodash._getnative "^3.0.0"
3641-
36423620
lodash._createset@~4.0.0:
36433621
version "4.0.3"
36443622
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
36453623
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
36463624

3647-
lodash._getnative@*, lodash._getnative@^3.0.0:
3648-
version "3.9.1"
3649-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
3650-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
3651-
36523625
lodash._root@~3.0.0:
36533626
version "3.0.1"
36543627
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -3688,11 +3661,6 @@ lodash.isstring@^4.0.1:
36883661
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
36893662
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
36903663

3691-
lodash.restparam@*:
3692-
version "3.6.1"
3693-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
3694-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
3695-
36963664
lodash.set@^4.3.2:
36973665
version "4.3.2"
36983666
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
@@ -4351,15 +4319,6 @@ npm-pick-manifest@^2.1.0, npm-pick-manifest@^2.2.3:
43514319
npm-package-arg "^6.0.0"
43524320
semver "^5.4.1"
43534321

4354-
npm-profile@*, npm-profile@^4.0.1:
4355-
version "4.0.1"
4356-
resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-4.0.1.tgz#d350f7a5e6b60691c7168fbb8392c3603583f5aa"
4357-
integrity sha512-NQ1I/1Q7YRtHZXkcuU1/IyHeLy6pd+ScKg4+DQHdfsm769TGq6HPrkbuNJVJS4zwE+0mvvmeULzQdWn2L2EsVA==
4358-
dependencies:
4359-
aproba "^1.1.2 || 2"
4360-
figgy-pudding "^3.4.1"
4361-
npm-registry-fetch "^3.8.0"
4362-
43634322
npm-profile@^3.0.2:
43644323
version "3.0.2"
43654324
resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-3.0.2.tgz#58d568f1b56ef769602fd0aed8c43fa0e0de0f57"
@@ -4368,6 +4327,15 @@ npm-profile@^3.0.2:
43684327
aproba "^1.1.2 || 2"
43694328
make-fetch-happen "^2.5.0 || 3 || 4"
43704329

4330+
npm-profile@^4.0.1:
4331+
version "4.0.1"
4332+
resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-4.0.1.tgz#d350f7a5e6b60691c7168fbb8392c3603583f5aa"
4333+
integrity sha512-NQ1I/1Q7YRtHZXkcuU1/IyHeLy6pd+ScKg4+DQHdfsm769TGq6HPrkbuNJVJS4zwE+0mvvmeULzQdWn2L2EsVA==
4334+
dependencies:
4335+
aproba "^1.1.2 || 2"
4336+
figgy-pudding "^3.4.1"
4337+
npm-registry-fetch "^3.8.0"
4338+
43714339
npm-registry-client@^8.6.0:
43724340
version "8.6.0"
43734341
resolved "https://registry.yarnpkg.com/npm-registry-client/-/npm-registry-client-8.6.0.tgz#7f1529f91450732e89f8518e0f21459deea3e4c4"
@@ -5360,7 +5328,7 @@ readable-stream@~1.1.10:
53605328
isarray "0.0.1"
53615329
string_decoder "~0.10.x"
53625330

5363-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
5331+
readdir-scoped-modules@^1.0.0:
53645332
version "1.0.2"
53655333
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
53665334
integrity sha1-n6+jfShr5dksuuve4DDcm19AZ0c=

0 commit comments

Comments
 (0)