Skip to content

Commit

Permalink
fix (package): missing files in build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgalbu committed Nov 15, 2021
1 parent 404e63f commit 4271af5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@
"anyBranch": false
},
"files": [
"build/src",
"build/index.d.ts",
"build/index.js"
"build/adonis-typings",
"build/lib",
"build/providers",
"build/instructions.js"
],
"adonisjs": {
"instructions": "./build/instructions.js",
Expand Down

0 comments on commit 4271af5

Please sign in to comment.