Skip to content

Commit

Permalink
chore: Update everything to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Dec 11, 2021
1 parent eceed43 commit 74d66a8
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 208 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/stale.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/classes/TypescriptMorpher.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2>Constructors</h2>
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Typescript<wbr>Morpher<span class="tsd-signature-symbol">(</span>project<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Project</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/MorphProjectOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">MorphProjectOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="TypescriptMorpher.html" class="tsd-signature-type" data-tsd-kind="Class">TypescriptMorpher</a></li>
<li class="tsd-signature tsd-kind-icon">new <wbr>Typescript<wbr>Morpher<span class="tsd-signature-symbol">(</span>project<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">NodeProject</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">TypeScriptAppProject</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">TypeScriptProject</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/MorphProjectOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">MorphProjectOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="TypescriptMorpher.html" class="tsd-signature-type" data-tsd-kind="Class">TypescriptMorpher</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
Expand All @@ -142,7 +142,7 @@ <h3>constructor</h3>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>project: <span class="tsd-signature-type">Project</span></h5>
<h5>project: <span class="tsd-signature-type">NodeProject</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">TypeScriptAppProject</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">TypeScriptProject</span></h5>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Projen project</p>
Expand Down
2 changes: 1 addition & 1 deletion test/project.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { readFileSync, writeFileSync } from "fs";
import { TypeScriptProject } from "projen";
import { TypeScriptProject } from "projen/lib/typescript";
import { TypescriptMorpher } from "./../src/index";

test("create project", () => {
Expand Down
Loading

0 comments on commit 74d66a8

Please sign in to comment.