Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

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 9bdb1b4 commit f2e2623
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 40 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">
August 31st 2020, 7:44:55 am
August 31st 2020, 7:46:21 am
</h5>
<p class="card-text">Last updated</p>
</div>
Expand Down
132 changes: 95 additions & 37 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"homepage": "https://github.com/poppinss/module-methods-extractor#readme",
"devDependencies": {
"@adonisjs/mrm-preset": "^2.4.0",
"@adonisjs/require-ts": "^1.0.0",
"@types/debug": "^4.1.5",
"@types/node": "^14.6.2",
"commitizen": "^4.2.1",
Expand All @@ -57,7 +58,6 @@
"np": "^6.5.0",
"npm-audit-html": "^1.4.3",
"prettier": "^2.1.1",
"ts-node": "^8.10.2",
"typescript": "^4.0.2"
},
"nyc": {
Expand Down

0 comments on commit f2e2623

Please sign in to comment.