Skip to content

Commit

Permalink
Moved pika to dev dependency (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish-mehta authored Mar 16, 2019
1 parent 9f45a6f commit 954a2da
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ <h3>Mutation<wbr>Callback</h3>
<div class="tsd-signature tsd-kind-icon">Mutation<wbr>Callback<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in index.ts:3</li>
<li>Defined in <a href="https://github.com/cashpositive/mongoose-transact-utils/blob/9f45a6f/src/index.ts#L3">index.ts:3</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -988,7 +988,7 @@ <h3>run<wbr>InTransaction</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in index.ts:11</li>
<li>Defined in <a href="https://github.com/cashpositive/mongoose-transact-utils/blob/9f45a6f/src/index.ts#L11">index.ts:11</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ <h3>Mutation<wbr>Callback</h3>
<div class="tsd-signature tsd-kind-icon">Mutation<wbr>Callback<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in index.ts:3</li>
<li>Defined in <a href="https://github.com/cashpositive/mongoose-transact-utils/blob/9f45a6f/src/index.ts#L3">index.ts:3</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -989,7 +989,7 @@ <h3>run<wbr>InTransaction</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in index.ts:11</li>
<li>Defined in <a href="https://github.com/cashpositive/mongoose-transact-utils/blob/9f45a6f/src/index.ts#L11">index.ts:11</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
]
},
"devDependencies": {
"@pika/pack": "^0.3.5",
"@pika/plugin-build-node": "^0.3.14",
"@pika/plugin-build-types": "^0.3.14",
"@pika/plugin-ts-standard-pkg": "^0.3.14",
Expand Down
Loading

0 comments on commit 954a2da

Please sign in to comment.