Skip to content

Commit

Permalink
refactor: get package ready for beta version of core
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 11, 2020
1 parent 7b56d90 commit 3771e85
Show file tree
Hide file tree
Showing 18 changed files with 1,313 additions and 1,411 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ indent_style = tab

[*.md]
trim_trailing_whitespace = false

[*.text]
indent_style = space
2 changes: 1 addition & 1 deletion adonis-typings/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

declare module '@ioc:Adonis/Core/Response' {
interface ResponseContract {
nonce: string
readonly nonce: string
}
}

Expand Down
4 changes: 1 addition & 3 deletions japaFile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
process.env.TS_NODE_FILES = true

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">
September 8th 2020, 2:09:15 am
October 11th 2020, 8:38:05 am
</h5>
<p class="card-text">Last updated</p>
</div>
Expand Down

0 comments on commit 3771e85

Please sign in to comment.