Skip to content

Commit 4d1aa40

Browse files
committed
fix: register main field
1 parent 8d3cbee commit 4d1aa40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

npm-audit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h5 class="card-title">
5555
<div class="card">
5656
<div class="card-body">
5757
<h5 class="card-title">
58-
July 27th 2020, 4:36:56 pm
58+
July 27th 2020, 7:34:18 pm
5959
</h5>
6060
<p class="card-text">Last updated</p>
6161
</div>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "3.0.6",
44
"description": "Session provider for AdonisJS",
55
"typings": "./build/adonis-typings/index.d.ts",
6+
"main": "build/providers/SessionProvider.js",
67
"files": [
78
"build/adonis-typings",
89
"build/providers",

0 commit comments

Comments
 (0)