From 8878f5d6819fc86a1b5659eeeda6a32f23349cc5 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Wed, 10 Jul 2019 13:43:31 -0400 Subject: [PATCH] [ci skip] Updates --- enums/placeholders.html | 6 +-- enums/runner.html | 4 +- globals.html | 54 +++++++++---------- interfaces/tasks.html | 6 +-- interfaces/typescriptstarterclioptions.html | 26 ++++----- .../typescriptstarterinferredoptions.html | 10 ++-- interfaces/typescriptstarteroptions.html | 36 ++++++------- .../typescriptstarterrequiredconfig.html | 4 +- 8 files changed, 73 insertions(+), 73 deletions(-) diff --git a/enums/placeholders.html b/enums/placeholders.html index 93b897e..61961b7 100644 --- a/enums/placeholders.html +++ b/enums/placeholders.html @@ -89,7 +89,7 @@
email: = "YOUR_EMAIL"
@@ -99,7 +99,7 @@
name: = "YOUR_NAME"
@@ -109,7 +109,7 @@
username: = "YOUR_GITHUB_USER_NAME"
diff --git a/enums/runner.html b/enums/runner.html index abd33e2..ce01bb1 100644 --- a/enums/runner.html +++ b/enums/runner.html @@ -88,7 +88,7 @@
Npm: = "npm"
@@ -98,7 +98,7 @@
Yarn: = "yarn"
diff --git a/globals.html b/globals.html index 5fba961..014b897 100644 --- a/globals.html +++ b/globals.html @@ -134,7 +134,7 @@
TypescriptStarterArgsOptions: TypescriptStarterUserOptions | TypescriptStarterRequiredConfig
@@ -144,7 +144,7 @@
TypescriptStarterUserOptions: TypescriptStarterCLIOptions & TypescriptStarterRequiredConfig
@@ -161,7 +161,7 @@
  • Parameters

    @@ -184,7 +184,7 @@
  • @@ -219,7 +219,7 @@ asyncABC().then(console.log);
  • Returns Promise<TypescriptStarterArgsOptions>

    @@ -236,7 +236,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -677,7 +677,7 @@ setTimeout(() => {
  • @@ -726,7 +726,7 @@ setTimeout(() => {
  • Parameters

    @@ -749,7 +749,7 @@ setTimeout(() => {
  • Parameters

    @@ -772,7 +772,7 @@ setTimeout(() => {
  • @@ -816,7 +816,7 @@ setTimeout(() => {
  • Parameters

    @@ -1254,7 +1254,7 @@ setTimeout(() => {
  • Parameters

    @@ -1277,7 +1277,7 @@ setTimeout(() => {
  • Parameters

    @@ -1715,7 +1715,7 @@ setTimeout(() => {
  • Returns Promise<TypescriptStarterCLIOptions>

    @@ -1732,7 +1732,7 @@ setTimeout(() => {
  • Parameters

    @@ -2170,7 +2170,7 @@ setTimeout(() => {
  • @@ -2199,7 +2199,7 @@ setTimeout(() => {
  • @@ -2242,7 +2242,7 @@ setTimeout(() => {
  • Parameters

    @@ -2265,7 +2265,7 @@ setTimeout(() => {
  • @@ -2300,7 +2300,7 @@ sha256('test')
  • @@ -2335,7 +2335,7 @@ sha256('test')
  • Parameters

    @@ -2425,7 +2425,7 @@ sha256('test')
  • Parameters

    @@ -2451,7 +2451,7 @@ sha256('test')
  • Parameters

    @@ -2476,7 +2476,7 @@ sha256('test')
    LiveTasks: object
    @@ -2485,7 +2485,7 @@ sha256('test')
    cloneRepo: (Anonymous function) = cloneRepo(execa)
    @@ -2495,7 +2495,7 @@ sha256('test')
    initialCommit: (Anonymous function) = initialCommit(execa)
    @@ -2505,7 +2505,7 @@ sha256('test')
    install: (Anonymous function) = install(execa)
    diff --git a/interfaces/tasks.html b/interfaces/tasks.html index 35e6e58..b186536 100644 --- a/interfaces/tasks.html +++ b/interfaces/tasks.html @@ -97,7 +97,7 @@
    cloneRepo: function
    @@ -142,7 +142,7 @@
    initialCommit: function
    @@ -179,7 +179,7 @@
    install: function
    diff --git a/interfaces/typescriptstarterclioptions.html b/interfaces/typescriptstarterclioptions.html index 6b649d8..b2d2033 100644 --- a/interfaces/typescriptstarterclioptions.html +++ b/interfaces/typescriptstarterclioptions.html @@ -112,7 +112,7 @@
    appveyor: boolean
    @@ -122,7 +122,7 @@
    circleci: boolean
    @@ -132,7 +132,7 @@
    description: string
    @@ -142,7 +142,7 @@
    domDefinitions: boolean
    @@ -152,7 +152,7 @@
    editorconfig: boolean
    @@ -162,7 +162,7 @@
    immutable: boolean
    @@ -172,7 +172,7 @@
    install: boolean
    @@ -182,7 +182,7 @@
    nodeDefinitions: boolean
    @@ -192,7 +192,7 @@
    projectName: string
    @@ -202,7 +202,7 @@
    runner: Runner
    @@ -212,7 +212,7 @@
    strict: boolean
    @@ -222,7 +222,7 @@
    travis: boolean
    @@ -232,7 +232,7 @@
    vscode: boolean
    diff --git a/interfaces/typescriptstarterinferredoptions.html b/interfaces/typescriptstarterinferredoptions.html index f6ece85..d6c5d49 100644 --- a/interfaces/typescriptstarterinferredoptions.html +++ b/interfaces/typescriptstarterinferredoptions.html @@ -104,7 +104,7 @@
    email: string
    @@ -114,7 +114,7 @@
    fullName: string
    @@ -124,7 +124,7 @@
    githubUsername: string
    @@ -134,7 +134,7 @@
    repoInfo: object
    @@ -155,7 +155,7 @@
    workingDirectory: string
    diff --git a/interfaces/typescriptstarteroptions.html b/interfaces/typescriptstarteroptions.html index ed39480..f92d624 100644 --- a/interfaces/typescriptstarteroptions.html +++ b/interfaces/typescriptstarteroptions.html @@ -121,7 +121,7 @@ @@ -132,7 +132,7 @@ @@ -143,7 +143,7 @@ @@ -154,7 +154,7 @@ @@ -165,7 +165,7 @@ @@ -176,7 +176,7 @@ @@ -187,7 +187,7 @@ @@ -198,7 +198,7 @@ @@ -209,7 +209,7 @@ @@ -220,7 +220,7 @@ @@ -231,7 +231,7 @@ @@ -242,7 +242,7 @@ @@ -253,7 +253,7 @@
    @@ -275,7 +275,7 @@ @@ -286,7 +286,7 @@ @@ -297,7 +297,7 @@ @@ -308,7 +308,7 @@ @@ -319,7 +319,7 @@ diff --git a/interfaces/typescriptstarterrequiredconfig.html b/interfaces/typescriptstarterrequiredconfig.html index 93afcf6..efda70b 100644 --- a/interfaces/typescriptstarterrequiredconfig.html +++ b/interfaces/typescriptstarterrequiredconfig.html @@ -96,7 +96,7 @@
    install: boolean
    @@ -106,7 +106,7 @@
    starterVersion: string