Skip to content

Commit

Permalink
fix: add files to include on build
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyubucil committed Feb 16, 2022
1 parent ff273ce commit 9015941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,3 @@ The driver to use for verifying the user password hash. It is used by the `auth.
[license-url]: LICENSE.md 'license'
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"

```
```
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "Prisma Provider for AdonisJS",
"main": "build/src/UserProvider.js",
"files": [
"build/adonis-typings",
"build/providers",
"build/src"
],
"types": "./build/adonis-typings/index.d.ts",
Expand Down

0 comments on commit 9015941

Please sign in to comment.