Skip to content

Commit

Permalink
chore: update dependencies and remove ts-node in favor of require-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Aug 31, 2020
1 parent 9f215ad commit 84b403f
Show file tree
Hide file tree
Showing 4 changed files with 1,380 additions and 1,005 deletions.
2 changes: 1 addition & 1 deletion japaFile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('ts-node/register')
require('@adonisjs/require-ts/build/register')

const { configure } = require('japa')
configure({
Expand Down
2 changes: 1 addition & 1 deletion npm-audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h5 class="card-title">
<div class="card">
<div class="card-body">
<h5 class="card-title">
July 18th 2020, 11:16:51 am
August 31st 2020, 4:54:28 am
</h5>
<p class="card-text">Last updated</p>
</div>
Expand Down
Loading

0 comments on commit 84b403f

Please sign in to comment.